File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
59No 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
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
33
4- __version__ = "1 .0.0 "
4+ __version__ = "2 .0.1 "
You can’t perform that action at this time.
0 commit comments