Skip to content

Commit a84cd0f

Browse files
committed
release: bump version to 2.3.2
1 parent fb7fe4b commit a84cd0f

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
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.3.2] - 2026-02-01
4+
5+
### Changed
6+
7+
- Allow `dulwich>=1.0` ([#10701](https://github.com/python-poetry/poetry/pull/10701)).
8+
9+
### poetry-core ([`2.3.1`](https://github.com/python-poetry/poetry-core/releases/tag/2.3.1))
10+
11+
- Fix an issue where `platform_release` could not be parsed on Windows Server ([#911](https://github.com/python-poetry/poetry-core/pull/911)).
12+
13+
314
## [2.3.1] - 2026-01-20
415

516
### Fixed
@@ -2647,7 +2658,8 @@ Initial release
26472658

26482659

26492660

2650-
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.3.1...main
2661+
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.3.2...main
2662+
[2.3.2]: https://github.com/python-poetry/poetry/releases/tag/2.3.2
26512663
[2.3.1]: https://github.com/python-poetry/poetry/releases/tag/2.3.1
26522664
[2.3.0]: https://github.com/python-poetry/poetry/releases/tag/2.3.0
26532665
[2.2.1]: https://github.com/python-poetry/poetry/releases/tag/2.2.1

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "poetry"
3-
version = "2.3.1"
3+
version = "2.3.2"
44
description = "Python dependency management and packaging made easy."
55
requires-python = ">=3.10,<4.0"
66
dependencies = [
7-
"poetry-core (==2.3.0)",
7+
"poetry-core (==2.3.1)",
88
"build (>=1.2.1,<2.0.0)",
99
"cachecontrol[filecache] (>=0.14.0,<0.15.0)",
1010
"cleo (>=2.1.0,<3.0.0)",

0 commit comments

Comments
 (0)