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 a225083 commit eee84d7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log


## [2.1.1] - 2025-02-16

### Fixed

- 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 @@ -738,7 +745,8 @@ No changes.
- Fixed support for stub-only packages ([#28](https://github.com/python-poetry/core/pull/28)).


[Unreleased]: https://github.com/python-poetry/poetry-core/compare/2.1.0...main
[Unreleased]: https://github.com/python-poetry/poetry-core/compare/2.1.1...main
[2.1.1]: https://github.com/python-poetry/poetry-core/releases/tag/2.1.1
[2.1.0]: https://github.com/python-poetry/poetry-core/releases/tag/2.1.0
[2.0.1]: https://github.com/python-poetry/poetry-core/releases/tag/2.0.1
[2.0.0]: https://github.com/python-poetry/poetry-core/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-core"
version = "2.1.0"
version = "2.1.1"
description = "Poetry PEP 517 Build Backend"
authors = [
{ name = "Sébastien Eustace", email = "[email protected]" }
Expand Down
2 changes: 1 addition & 1 deletion src/poetry/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# this cannot presently be replaced with importlib.metadata.version as when building
# itself, poetry-core is not available as an installed distribution.
__version__ = "2.1.0"
__version__ = "2.1.1"

__vendor_site__ = (Path(__file__).parent / "_vendor").as_posix()

Expand Down

0 comments on commit eee84d7

Please sign in to comment.