File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
"""Backport CPython changes from master to maintenance branches."""
2
- __version__ = '1.3.1.dev1 '
2
+ __version__ = '1.3.1'
Original file line number Diff line number Diff line change @@ -338,6 +338,13 @@ Changelog
338
338
1.3.1 (in development)
339
339
----------------------
340
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
+
341
348
1.3.0
342
349
-----
343
350
You can’t perform that action at this time.
0 commit comments