Fix new heading in docs

This commit is contained in:
Serene-Arc 2024-06-01 14:24:45 +10:00 committed by Šarūnas Nejus
parent 1b594790ca
commit ff3bf918b0
No known key found for this signature in database
GPG key ID: DD28F6704DBE3435

View file

@ -103,7 +103,7 @@ def bump_version(version: str):
def update_changelog(version: str): def update_changelog(version: str):
# Generate bits to insert into changelog. # 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 = "\n\n" + header_line + "\n" + "-" * len(header_line) + "\n\n"
header += ( header += (
"Changelog goes here! Please add your entry to the bottom of" "Changelog goes here! Please add your entry to the bottom of"