Skip to content

Commit

Permalink
Fix long title
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Oct 1, 2023
1 parent 79db53d commit 3a47175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/releases.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release notes for the MDAnalysis library
# MDAnalysis Release Notes


## Release 2.6.1 of MDAnalysis
Expand Down
2 changes: 1 addition & 1 deletion doc/source/scripts/gen_release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def gen_release_notes(filename):
parent_directory.mkdir(exist_ok=True, parents=True)
filename = parent_directory / filename

filetext = "# Release notes for the MDAnalysis library\n\n\n"
filetext = "# MDAnalysis Release Notes\n\n\n"

# Should be ordered
for release in repo.get_releases():
Expand Down

0 comments on commit 3a47175

Please sign in to comment.