Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 101: Minor updates to major version bump procedure #4003

Merged
merged 2 commits into from
Sep 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions peps/pep-0101.rst
Original file line number Diff line number Diff line change
Expand Up @@ -539,9 +539,6 @@ the main repo.

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

- Move any historical "what's new" entries from ``Misc/NEWS`` to
``Misc/HISTORY``.

- Edit ``Doc/tutorial/interpreter.rst`` (two references to '[Pp]ython3x',
one to 'Python 3.x', also make the date in the banner consistent).

Expand Down Expand Up @@ -571,6 +568,10 @@ the main repo.

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

- Edit the ``bug.yml`` and ``crash.yml`` issue templates in
``.github/ISSUE_TEMPLATE/`` to add the new branch to the
"versions" dropdown.

- Commit these changes to the main branch::

git status
Expand Down
Loading