Skip to content

Commit

Permalink
Adjust formatting for the release history (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Benkevich <[email protected]>
  • Loading branch information
anton-b and Anton Benkevich authored Jun 28, 2021
1 parent 00acefe commit 3c3a004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def aggregate_release(lns, acc):
res = []
for rel, changes in aggregated.items():
ch = '\n'.join(changes)
res.append(f"###{rel}\n\n{ch}\n")
res.append(f"### {rel}\n\n{ch}\n")
hist = "\n".join(res)
history_header = \
'''
Expand Down

0 comments on commit 3c3a004

Please sign in to comment.