diff --git a/CHANGELOG.md b/CHANGELOG.md index 9179b65..ff4e0cf 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.1] - 2024-02-09 + ### Fixed - Ignore null characters in the input CSV file diff --git a/setup.py b/setup.py index 8cb60df..f65e663 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def run(self): setup( name="flattentool", - version="0.24.0", + version="0.24.1", author="Open Data Services", author_email="code@opendataservices.coop", packages=["flattentool"],