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 96052d9 commit ba23d83Copy full SHA for ba23d83
cherry_picker/cherry_picker/__init__.py
@@ -1,2 +1,2 @@
1
"""Backport CPython changes from master to maintenance branches."""
2
-__version__ = '1.2.0.dev1'
+__version__ = '1.2.1.dev1'
cherry_picker/readme.rst
@@ -339,8 +339,11 @@ in the directory where ``pyproject.toml`` exists::
339
Changelog
340
=========
341
342
-1.2.0 (in development)
343
-----------------------
+1.2.1 (in development)
+-----------------------
344
+
345
+1.2.0
346
+-----
347
348
- Add ``default_branch`` configuration item. The default is ``master``, which
349
is the default branch for CPython. It can be configured to other branches like,
0 commit comments