diff --git a/CHANGELOG.md b/CHANGELOG.md index bb1ae2b..c84eb3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # Changelog -3.0.0 (unreleased) +3.0.0 (2022-06-29) ------------------ **Breaking change** - Move the code from the `alma` namespace into the `alma_client` namespace. +- Remove support for Python 3.6 and Python 3.7 2.0.2 (2022-06-22) diff --git a/setup.py b/setup.py index 756bc5b..7a05292 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # This call to setup() does all the work setup( name="alma-client", - version="3.0.0.dev0", + version="3.0.0", description="Python API client for the Alma Installments API", long_description=f"{README}\n\n{CHANGELOG}", long_description_content_type="text/markdown",