diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 93d3e38f..85bc052a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,13 @@ Changelog ========= + +0.7.1.post1 (2024-01-12) +================== + +* Sync with upstream 0.7.1 release + + 0.7.0.post2 (2023-10-31) ================== diff --git a/setup.py b/setup.py index 985480da..118927b8 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def local_file(name): # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/guides/single-sourcing-package-version/ - version='0.7.0.post3', + version='0.7.1.post1', description='Library for building Grafana dashboards', long_description=open(README).read(), url='https://github.com/weaveworks/grafanalib',