Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Preparing release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Natim committed Jun 29, 2022
1 parent febee79 commit 5e2e9f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5e2e9f6

Please sign in to comment.