Skip to content

Commit c881d54

Browse files
committed
release: bump version to 2.3.1
1 parent 0a41861 commit c881d54

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

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

33

4+
## [2.3.1] - 2026-02-01
5+
6+
### Changed
7+
8+
- Update list of supported licenses ([#912](https://github.com/python-poetry/poetry-core/pull/912)).
9+
10+
### Fixed
11+
12+
- Fix an issue where `platform_release` could not be parsed on Windows Server ([#911](https://github.com/python-poetry/poetry-core/pull/911)).
13+
14+
415
## [2.3.0] - 2026-01-18
516

617
### Added
@@ -832,7 +843,8 @@ No changes.
832843
- Fixed support for stub-only packages ([#28](https://github.com/python-poetry/core/pull/28)).
833844

834845

835-
[Unreleased]: https://github.com/python-poetry/poetry-core/compare/2.3.0...main
846+
[Unreleased]: https://github.com/python-poetry/poetry-core/compare/2.3.1...main
847+
[2.3.1]: https://github.com/python-poetry/poetry-core/releases/tag/2.3.1
836848
[2.3.0]: https://github.com/python-poetry/poetry-core/releases/tag/2.3.0
837849
[2.2.1]: https://github.com/python-poetry/poetry-core/releases/tag/2.2.1
838850
[2.2.0]: https://github.com/python-poetry/poetry-core/releases/tag/2.2.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-core"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
description = "Poetry PEP 517 Build Backend"
55
authors = [
66
{ name = "Sébastien Eustace", email = "sebastien@eustace.io" }

src/poetry/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# this cannot presently be replaced with importlib.metadata.version as when building
99
# itself, poetry-core is not available as an installed distribution.
10-
__version__ = "2.3.0"
10+
__version__ = "2.3.1"
1111

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

0 commit comments

Comments
 (0)