diff --git a/CHANGELOG.md b/CHANGELOG.md index bbf7d55..fc86b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.7.1] - 2024-05-29 ### Fixed diff --git a/setup.py b/setup.py index 9af0a12..4ce9906 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="jsondataferret", - version="0.7.0", + version="0.7.1", author="Open Data Services", author_email="code@opendataservices.coop", packages=[p for p in find_packages() if p.startswith("jsondataferret")],