We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ae030 commit 108f821Copy full SHA for 108f821
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [2.0.0] - 2022-11-21
4
+
5
+No source code changes.
6
7
+This is a version-only release to replace `1.0.0`, which was yanked on the
8
+grounds that it was incompatible with real dependents (i.e. Poetry) based on
9
+their version specifiers, which explicitly included `1.0.0` pre-releases.
10
11
## [1.0.0] - 2022-11-21
12
13
### Key points
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cleo"
-version = "1.0.0"
+version = "2.0.0"
description = "Cleo allows you to create beautiful and testable command-line interfaces."
authors = [
"Sébastien Eustace <[email protected]>"
0 commit comments