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 4a3a323 commit b93c761Copy full SHA for b93c761
cherry_picker/cherry_picker/__init__.py
@@ -1,2 +1,2 @@
1
"""Backport CPython changes from master to maintenance branches."""
2
-__version__ = '1.3.1'
+__version__ = '1.3.2.dev1'
cherry_picker/readme.rst
@@ -335,9 +335,12 @@ in the directory where ``pyproject.toml`` exists::
335
Changelog
336
=========
337
338
-1.3.1 (in development)
+1.3.2 (in development)
339
----------------------
340
341
+1.3.1
342
+-----
343
+
344
- Modernize cherry_picker's pyproject.toml file. (`PR #316 <https://github.com/python/core-workflow/pull/316>`_)
345
346
- Remove the ``BACKPORT_COMPLETE`` state. Unset the states when backport is completed.
0 commit comments