diff --git a/CHANGELOG.md b/CHANGELOG.md index f5703ab..7ce0424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Changelog -3.1.0 (unreleased) +3.0.1 (2022-12-05) ------------------ -- Nothing changed yet. +- Configure credentials later in the flow. 3.0.0 (2022-06-29) diff --git a/setup.py b/setup.py index 9466938..a51752c 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.2.0", + version="3.0.1", description="Python API client for the Alma Installments API", long_description=f"{README}\n\n{CHANGELOG}", long_description_content_type="text/markdown",