mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Fix new heading in docs
This commit is contained in:
parent
1b594790ca
commit
ff3bf918b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue