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 9cf0ac1 commit d354dc0Copy full SHA for d354dc0
cherry_picker/cherry_picker/__init__.py
@@ -1,2 +1,2 @@
1
"""Backport CPython changes from master to maintenance branches."""
2
-__version__ = '1.3.1.dev1'
+__version__ = '1.3.1'
cherry_picker/readme.rst
@@ -338,6 +338,13 @@ Changelog
338
1.3.1 (in development)
339
----------------------
340
341
+- Modernize cherry_picker's pyproject.toml file. (`PR #316 <https://github.com/python/core-workflow/pull/316>`_)
342
+
343
+- Remove the ``BACKPORT_COMPLETE`` state. Unset the states when backport is completed.
344
+ (`PR #315 <https://github.com/python/core-workflow/pull/315>`_)
345
346
+- Run Travis CI test on Windows (`PR #311 <https://github.com/python/core-workflow/pull/311>`_).
347
348
1.3.0
349
-----
350
0 commit comments