Skip to content

Commit

Permalink
release: bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Feb 16, 2025
1 parent b0cfe12 commit 6e61c8b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [2.1.1] - 2025-02-16

### Fixed

- 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)).

### poetry-core ([`2.1.1`](https://github.com/python-poetry/poetry-core/releases/tag/2.1.1))

- Fix an issue where simplifying a `python_version` marker resulted in an invalid marker ([#838](https://github.com/python-poetry/poetry-core/pull/838)).


## [2.1.0] - 2025-02-15

### Added
Expand Down Expand Up @@ -2445,7 +2456,8 @@ Initial release



[Unreleased]: https://github.com/python-poetry/poetry/compare/2.1.0...main
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.1.1...main
[2.1.1]: https://github.com/python-poetry/poetry/releases/tag/2.1.1
[2.1.0]: https://github.com/python-poetry/poetry/releases/tag/2.1.0
[2.0.1]: https://github.com/python-poetry/poetry/releases/tag/2.0.1
[2.0.0]: https://github.com/python-poetry/poetry/releases/tag/2.0.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "poetry"
version = "2.1.0"
version = "2.1.1"
description = "Python dependency management and packaging made easy."
requires-python = ">=3.9,<4.0"
dependencies = [
Expand Down

0 comments on commit 6e61c8b

Please sign in to comment.