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

Commit 5e2e9f6

Browse files
committed
Preparing release 3.0.0
1 parent febee79 commit 5e2e9f6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Changelog
22

3-
3.0.0 (unreleased)
3+
3.0.0 (2022-06-29)
44
------------------
55

66
**Breaking change**
77

88
- Move the code from the `alma` namespace into the `alma_client` namespace.
9+
- Remove support for Python 3.6 and Python 3.7
910

1011

1112
2.0.2 (2022-06-22)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# This call to setup() does all the work
1313
setup(
1414
name="alma-client",
15-
version="3.0.0.dev0",
15+
version="3.0.0",
1616
description="Python API client for the Alma Installments API",
1717
long_description=f"{README}\n\n{CHANGELOG}",
1818
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)