From 108f8214ef03107facafcba84379363768723fbd Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Mon, 21 Nov 2022 23:36:07 -0700 Subject: [PATCH] chore: Release 2.0.0 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2557bb4b..bb304959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.0] - 2022-11-21 + +No source code changes. + +This is a version-only release to replace `1.0.0`, which was yanked on the +grounds that it was incompatible with real dependents (i.e. Poetry) based on +their version specifiers, which explicitly included `1.0.0` pre-releases. + ## [1.0.0] - 2022-11-21 ### Key points diff --git a/pyproject.toml b/pyproject.toml index 4b598dfe..0893eda4 100644 --- a/pyproject.toml +++ b/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 "