diff --git a/cherry_picker/__init__.py b/cherry_picker/__init__.py index bc80576..5636972 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.1.0" +__version__ = "2.2.0" diff --git a/readme.rst b/readme.rst index 32392d2..7724ce5 100644 --- a/readme.rst +++ b/readme.rst @@ -367,6 +367,13 @@ in the directory where ``pyproject.toml`` exists: Changelog ========= +2.2.0 +----- + +- Add log messages +- Fix for conflict handling, get the state correctly. (`PR 88 `_) +- Drop support for Python 3.7 (`PR 90 `_) + 2.1.0 -----