Skip to content

Commit 4ff7ea7

Browse files
committed
chore: update version to 4.1.0 and finalize changelog for release
1 parent 7a8b5a8 commit 4ff7ea7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [4.1.0] - 2026-07-16
99
### Changed
1010
- Move remote debugging support to the optional `debug` extra. Install
1111
`iris-pex-embedded-python[debug]` before enabling debugpy integration.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
33

44
[project]
55
name = "iris_pex_embedded_python"
6-
version = "4.1.0b1"
6+
version = "4.1.0"
77
description = "Iris Interoperability based on Embedded Python"
88
readme = "README.md"
99
requires-python = ">=3.10"

0 commit comments

Comments
 (0)