From bb6b61946b8862d58c9fda7ef9463e88a788b7cb Mon Sep 17 00:00:00 2001 From: Mariatta Date: Sun, 17 Mar 2019 20:27:08 -0700 Subject: [PATCH] Cherry-picker post release changes --- cherry_picker/cherry_picker/__init__.py | 2 +- cherry_picker/readme.rst | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cherry_picker/cherry_picker/__init__.py b/cherry_picker/cherry_picker/__init__.py index 600bff6..72f0d85 100644 --- a/cherry_picker/cherry_picker/__init__.py +++ b/cherry_picker/cherry_picker/__init__.py @@ -1,2 +1,2 @@ """Backport CPython changes from master to maintenance branches.""" -__version__ = '1.3.1' +__version__ = '1.3.2.dev1' diff --git a/cherry_picker/readme.rst b/cherry_picker/readme.rst index 5ed541b..513423f 100644 --- a/cherry_picker/readme.rst +++ b/cherry_picker/readme.rst @@ -335,9 +335,12 @@ in the directory where ``pyproject.toml`` exists:: Changelog ========= -1.3.1 (in development) +1.3.2 (in development) ---------------------- +1.3.1 +----- + - Modernize cherry_picker's pyproject.toml file. (`PR #316 `_) - Remove the ``BACKPORT_COMPLETE`` state. Unset the states when backport is completed.