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 b4773c9 commit dbe32e7Copy full SHA for dbe32e7
cherry_picker/cherry_picker/__init__.py
@@ -1,2 +1,2 @@
1
"""Backport CPython changes from master to maintenance branches."""
2
-__version__ = '1.2.3.dev1'
+__version__ = '1.3.0'
cherry_picker/readme.rst
@@ -335,8 +335,8 @@ in the directory where ``pyproject.toml`` exists::
335
Changelog
336
=========
337
338
-1.2.3 (in development)
339
-----------------------
+1.3.0
+-----
340
341
- Implement state machine and storing reference to the config
342
used at the beginning of the backport process using commit sha
0 commit comments