Skip to content

Commit 81fb48c

Browse files
authored
Cherry-picker post release changes (#318)
1 parent 95a5c56 commit 81fb48c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

cherry_picker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Backport CPython changes from master to maintenance branches."""
2-
__version__ = '1.3.1'
2+
__version__ = '1.3.2.dev1'

readme.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,12 @@ in the directory where ``pyproject.toml`` exists::
335335
Changelog
336336
=========
337337

338-
1.3.1 (in development)
338+
1.3.2 (in development)
339339
----------------------
340340

341+
1.3.1
342+
-----
343+
341344
- Modernize cherry_picker's pyproject.toml file. (`PR #316 <https://github.com/python/core-workflow/pull/316>`_)
342345

343346
- Remove the ``BACKPORT_COMPLETE`` state. Unset the states when backport is completed.

0 commit comments

Comments
 (0)