Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb97c7c

Browse files
authored
PEP 101: Minor updates to major version bump procedure (#4003)
1 parent a3fe720 commit cb97c7c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

peps/pep-0101.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,9 +539,6 @@ the main repo.
539539

540540
- Edit all version references in ``README.rst``
541541

542-
- Move any historical "what's new" entries from ``Misc/NEWS`` to
543-
``Misc/HISTORY``.
544-
545542
- Edit ``Doc/tutorial/interpreter.rst`` (two references to '[Pp]ython3x',
546543
one to 'Python 3.x', also make the date in the banner consistent).
547544

@@ -571,6 +568,10 @@ the main repo.
571568

572569
ls PC/pyconfig.h.in PCbuild/rt.bat | xargs sed -i 's/python3\(\.\?\)[0-9]\+/python3\19/g'
573570

571+
- Edit the ``bug.yml`` and ``crash.yml`` issue templates in
572+
``.github/ISSUE_TEMPLATE/`` to add the new branch to the
573+
"versions" dropdown.
574+
574575
- Commit these changes to the main branch::
575576

576577
git status

0 commit comments

Comments
 (0)