Skip to content

Commit 35896a0

Browse files
Secrusneersighted
authored andcommitted
Prepare 2.0.1 release
1 parent a625154 commit 35896a0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [2.0.1] - 2022-11-23
4+
5+
- Relax `poetry-core` requirement for PEP 517 builds ([#291](https://github.com/python-poetry/cleo/pull/291)).
6+
37
## [2.0.0] - 2022-11-21
48

59
No source code changes.
@@ -263,7 +267,9 @@ This is a major release with some API changes.
263267

264268

265269

266-
[unreleased]: https://github.com/python-poetry/cleo/compare/1.0.0...main
270+
[unreleased]: https://github.com/python-poetry/cleo/compare/2.0.1...main
271+
[2.0.1]: https://github.com/python-poetry/cleo/releases/tag/2.0.1
272+
[2.0.0]: https://github.com/python-poetry/cleo/releases/tag/2.0.0
267273
[1.0.0]: https://github.com/python-poetry/cleo/releases/tag/1.0.0
268274
[0.8.1]: https://github.com/python-poetry/cleo/releases/tag/0.8.1
269275
[0.8.0]: https://github.com/python-poetry/cleo/releases/tag/0.8.0

src/cleo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import annotations
22

33

4-
__version__ = "1.0.0"
4+
__version__ = "2.0.1"

0 commit comments

Comments
 (0)