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 57c4d61 commit 3ee9e89Copy full SHA for 3ee9e89
cherry_picker/cherry_picker/__init__.py
@@ -1,2 +1,2 @@
1
"""Backport CPython changes from master to maintenance branches."""
2
-__version__ = '1.2.1.dev1'
+__version__ = '1.2.1'
cherry_picker/readme.rst
@@ -339,8 +339,8 @@ in the directory where ``pyproject.toml`` exists::
339
Changelog
340
=========
341
342
-1.2.1 (in development)
343
------------------------
+1.2.1
+-----
344
345
- Validate the branch name to operate on with ``--continue`` and fail early if the branch could not
346
have been created by cherry_picker. (`PR #266 <https://github.com/python/core-workflow/pull/266>`_).
0 commit comments