diff --git a/CHANGELOG.md b/CHANGELOG.md index f23ec7bc6..948bce865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.20.0 +# v0.20.0 ## New features @@ -32,7 +32,7 @@ * Dashboard still not enabled in this version -# 0.19.0 +# v0.19.0 ## New features diff --git a/scripts/extract_changelog.py b/scripts/extract_changelog.py index 8bac4c36b..3ba1ffe07 100644 --- a/scripts/extract_changelog.py +++ b/scripts/extract_changelog.py @@ -45,3 +45,4 @@ def get_matching_lines(text: str, tag: str): - **hyperqueue-{tag}-\\***: Wheel containing the `hyperqueue` package with HyperQueue Python bindings. """ + print(output)