diff --git a/CHANGELOG.md b/CHANGELOG.md index 3167fff..3be8757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.32.0] - 2023-12-19 + ### Removed - Dropped support for Python 3.6 & 3.7, as these are now end of life. diff --git a/setup.py b/setup.py index b02546c..4a399fc 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="libcove", - version="0.31.0", + version="0.32.0", author="Open Data Services", author_email="code@opendataservices.coop", url="https://github.com/OpenDataServices/lib-cove",