There was an error while loading. Please reload this page.
1 parent 264ba4e commit 6e97c64Copy full SHA for 6e97c64
1 file changed
release.py
@@ -560,7 +560,9 @@ def bump(tag: Tag) -> None:
560
]
561
562
if extra_work:
563
- print("\n*** configure.ac will be edited; you must re-run autotools afterwards! ***")
+ print(
564
+ "\n*** configure.ac will be edited; you must re-run autotools afterwards! ***"
565
+ )
566
567
print("\nManual editing time...")
568
for filename in other_files:
0 commit comments