File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11"""Backport CPython changes from master to maintenance branches."""
2- __version__ = '1.1.2 .dev1'
2+ __version__ = '1.2.0 .dev1'
Original file line number Diff line number Diff line change @@ -339,9 +339,19 @@ in the directory where ``pyproject.toml`` exists::
339339Changelog
340340=========
341341
342- 1.1.2 (in development)
342+ 1.2.0 (in development)
343343----------------------
344344
345+ - Add ``default_branch `` configuration item. The default is ``master ``, which
346+ is the default branch for CPython. It can be configured to other branches like,
347+ ``devel ``, or ``develop ``. The default branch is the branch cherry_picker
348+ will return to after backporting. (`PR #254 <https://github.com/python/core-workflow/pull/254 >`_
349+ and `Issue #250 <https://github.com/python/core-workflow/issues/250 >`_).
350+
351+ - Support additional branch versioning schemes, such as ``something-X.Y ``,
352+ or ``X.Y-somethingelse ``. (`PR #253 <https://github.com/python/core-workflow/pull/253 >`_
353+ and `Issue #251 <https://github.com/python/core-workflow/issues/251 >`_).
354+
3453551.1.1
346356-----
347357
You can’t perform that action at this time.
0 commit comments