diff --git a/cherry_picker/cherry_picker/__init__.py b/cherry_picker/cherry_picker/__init__.py index cc05548..0b009e2 100644 --- a/cherry_picker/cherry_picker/__init__.py +++ b/cherry_picker/cherry_picker/__init__.py @@ -1,2 +1,2 @@ """Backport CPython changes from master to maintenance branches.""" -__version__ = '1.2.2.dev1' +__version__ = '1.2.2' diff --git a/cherry_picker/readme.rst b/cherry_picker/readme.rst index d875064..bdfd57a 100644 --- a/cherry_picker/readme.rst +++ b/cherry_picker/readme.rst @@ -335,8 +335,10 @@ in the directory where ``pyproject.toml`` exists:: Changelog ========= -1.2.2 (in development) ----------------------- +1.2.2 +----- + +- Relaxed click dependency (`PR #302 `_). 1.2.1 -----