Skip to content

Commit 6e61c8b

Browse files
committed
release: bump version to 2.1.1
1 parent b0cfe12 commit 6e61c8b

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

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.1.1] - 2025-02-16
4+
5+
### Fixed
6+
7+
- Fix an issue where `poetry env use python` does not choose the Python from the PATH ([#10187](https://github.com/python-poetry/poetry/pull/10187)).
8+
9+
### poetry-core ([`2.1.1`](https://github.com/python-poetry/poetry-core/releases/tag/2.1.1))
10+
11+
- Fix an issue where simplifying a `python_version` marker resulted in an invalid marker ([#838](https://github.com/python-poetry/poetry-core/pull/838)).
12+
13+
314
## [2.1.0] - 2025-02-15
415

516
### Added
@@ -2445,7 +2456,8 @@ Initial release
24452456

24462457

24472458

2448-
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.1.0...main
2459+
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.1.1...main
2460+
[2.1.1]: https://github.com/python-poetry/poetry/releases/tag/2.1.1
24492461
[2.1.0]: https://github.com/python-poetry/poetry/releases/tag/2.1.0
24502462
[2.0.1]: https://github.com/python-poetry/poetry/releases/tag/2.0.1
24512463
[2.0.0]: https://github.com/python-poetry/poetry/releases/tag/2.0.0

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.1.0"
3+
version = "2.1.1"
44
description = "Python dependency management and packaging made easy."
55
requires-python = ">=3.9,<4.0"
66
dependencies = [

0 commit comments

Comments
 (0)