diff --git a/setup.py b/setup.py index 36130a8..924acd7 100644 --- a/setup.py +++ b/setup.py @@ -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 = \ '''