Skip to content

Commit f3d239b

Browse files
committed
release: bump version to 2.3.1
1 parent 6a81e60 commit f3d239b

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
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.1] - 2026-01-20
4+
5+
### Fixed
6+
7+
- Fix an issue where cached information about each package was always considered outdated ([#10699](https://github.com/python-poetry/poetry/pull/10699)).
8+
9+
### Docs
10+
11+
- Document SHELL_VERBOSITY environment variable ([#10678](https://github.com/python-poetry/poetry/pull/10678)).
12+
13+
314
## [2.3.0] - 2026-01-18
415

516
### Added
@@ -2636,7 +2647,8 @@ Initial release
26362647

26372648

26382649

2639-
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.3.0...main
2650+
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.3.1...main
2651+
[2.3.1]: https://github.com/python-poetry/poetry/releases/tag/2.3.1
26402652
[2.3.0]: https://github.com/python-poetry/poetry/releases/tag/2.3.0
26412653
[2.2.1]: https://github.com/python-poetry/poetry/releases/tag/2.2.1
26422654
[2.2.0]: https://github.com/python-poetry/poetry/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"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
description = "Python dependency management and packaging made easy."
55
requires-python = ">=3.10,<4.0"
66
dependencies = [

0 commit comments

Comments
 (0)