Skip to content

Commit 811a12d

Browse files
committed
release: bump version to 2.4.1
1 parent c273de5 commit 811a12d

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [2.4.1] - 2026-05-09
4+
5+
### Changed
6+
7+
- Re-allow `installer==0.7.0` ([#10887](https://github.com/python-poetry/poetry/pull/10887)).
8+
9+
### Fixed
10+
11+
- Fix an issue where `poetry update <package>` failed when `<package>` was a transitive dependency ([#10885](https://github.com/python-poetry/poetry/pull/10885)).
12+
13+
314
## [2.4.0] - 2026-05-03
415

516
### Added
@@ -2745,7 +2756,8 @@ Initial release
27452756

27462757

27472758

2748-
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.4.0...main
2759+
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.4.1...main
2760+
[2.4.1]: https://github.com/python-poetry/poetry/releases/tag/2.4.1
27492761
[2.4.0]: https://github.com/python-poetry/poetry/releases/tag/2.4.0
27502762
[2.3.4]: https://github.com/python-poetry/poetry/releases/tag/2.3.4
27512763
[2.3.3]: https://github.com/python-poetry/poetry/releases/tag/2.3.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "poetry"
3-
version = "2.4.0"
3+
version = "2.4.1"
44
description = "Python dependency management and packaging made easy."
55
requires-python = ">=3.10,<4.0"
66
dependencies = [

0 commit comments

Comments
 (0)