File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " poetry-core"
3- version = " 2.3.0 "
3+ version = " 2.3.1 "
44description = " Poetry PEP 517 Build Backend"
55authors = [
66 { name = " Sébastien Eustace" , email = " sebastien@eustace.io" }
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments