From ff3bf918b0af3030d40a7b602c1ffbd4a594175f Mon Sep 17 00:00:00 2001 From: Serene-Arc <33189705+Serene-Arc@users.noreply.github.com> Date: Sat, 1 Jun 2024 14:24:45 +1000 Subject: [PATCH] Fix new heading in docs --- extra/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/release.py b/extra/release.py index 8ad63cfe9..781853b6c 100755 --- a/extra/release.py +++ b/extra/release.py @@ -103,7 +103,7 @@ def bump_version(version: str): def update_changelog(version: str): # Generate bits to insert into changelog. - header_line = f"{version} (in development)" + header_line = f"In Development" header = "\n\n" + header_line + "\n" + "-" * len(header_line) + "\n\n" header += ( "Changelog goes here! Please add your entry to the bottom of"