diff --git a/cherry_picker/__init__.py b/cherry_picker/__init__.py index 7ff6c19..bc80576 100644 --- a/cherry_picker/__init__.py +++ b/cherry_picker/__init__.py @@ -1,2 +1,2 @@ """Backport CPython changes from main to maintenance branches.""" -__version__ = "2.0.0" +__version__ = "2.1.0" diff --git a/readme.rst b/readme.rst index 2aa63e1..42949a2 100644 --- a/readme.rst +++ b/readme.rst @@ -335,6 +335,11 @@ in the directory where ``pyproject.toml`` exists:: Changelog ========= +2.1.0 +----- + +- Mix fixes: #28, #29, #31, #32, #33, #34, #36. + 2.0.0 -----