diff --git a/CHANGELOG.md b/CHANGELOG.md index dabd8a1..cab1cbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.24.0] - 2023-11-15 + ### Changed - New "geo" optional python dependency and some existing python dependencies moved to it. diff --git a/setup.py b/setup.py index 5ce66f6..8cb60df 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def run(self): setup( name="flattentool", - version="0.23.0", + version="0.24.0", author="Open Data Services", author_email="code@opendataservices.coop", packages=["flattentool"],