Skip to content

Commit 3fd9788

Browse files
authored
V 2.0.0 release (#25)
1 parent 68bf6bf commit 3fd9788

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

cherry_picker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Backport CPython changes from main to maintenance branches."""
2-
__version__ = "2.0.0.dev1"
2+
__version__ = "2.0.0"

readme.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -335,11 +335,14 @@ in the directory where ``pyproject.toml`` exists::
335335
Changelog
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

344347
1.3.2
345348
-----

0 commit comments

Comments
 (0)