We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151ab2d commit d33e1f2Copy full SHA for d33e1f2
1 file changed
release.py
@@ -549,12 +549,14 @@ def bump(tag: Tag) -> None:
549
if tag.patch == 0 and tag.level == "a" and tag.serial == 0:
550
extra_work = True
551
other_files += [
552
+ "configure",
553
"configure.ac",
554
"Doc/tutorial/interpreter.rst",
555
"Doc/tutorial/stdlib.rst",
556
"Doc/tutorial/stdlib2.rst",
557
+ "PC/launcher.c",
558
+ "PC/pyconfig.h",
559
"PC/pyconfig.h.in",
- "PCbuild/rt.bat",
560
".github/ISSUE_TEMPLATE/bug.yml",
561
".github/ISSUE_TEMPLATE/crash.yml",
562
]
0 commit comments