File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"""Backport CPython changes from main to maintenance branches."""
2- __version__ = "2.0.0.dev1 "
2+ __version__ = "2.0.0"
Original file line number Diff line number Diff line change @@ -335,11 +335,14 @@ in the directory where ``pyproject.toml`` exists::
335335Changelog
336336=========
337337
338- 2.0.0 (in development)
339- ----------------------
338+ 2.0.0
339+ -----
340+
341+ - Support the ``main `` branch by default. (`PR 23 <https://github.com/python/cherry-picker/pull/23 >`_)
342+ To use a different default branch, please configure it in the
343+ ``.cherry-picker.toml `` file.
340344
341- - Support the ``main `` branch by default. To use a different default branch,
342- please configure it in the ``.cherry-picker.toml `` file.
345+ - Renamed ``cherry-picker ``'s own default branch to ``main ``.
343346
3443471.3.2
345348-----
You can’t perform that action at this time.
0 commit comments