We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28fcff7 commit bffd075Copy full SHA for bffd075
cherry_picker/cherry_picker/__init__.py
@@ -1,2 +1,2 @@
1
"""Backport CPython changes from master to maintenance branches."""
2
-__version__ = '1.3.2.dev1'
+__version__ = '1.3.2'
cherry_picker/readme.rst
@@ -335,8 +335,8 @@ in the directory where ``pyproject.toml`` exists::
335
Changelog
336
=========
337
338
-1.3.2 (in development)
339
-----------------------
+1.3.2
+-----
340
341
- Use ``--no-tags`` option when fetching upstream. (`PR 319 <https://github.com/python/core-workflow/pull/319>`_)
342
0 commit comments