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

Commit 3bad469

Browse files
committed
Preparing release 1.1.0
1 parent 8a4a1ab commit 3bad469

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

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

3-
1.0.2 (unreleased)
3+
1.1.0 (2020-03-25)
44
------------------
55

6-
- Nothing changed yet.
6+
- Add support for Python 3.5+
77

88

99
1.0.1 (2020-03-24)

setup.py

Lines changed: 3 additions & 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="1.0.2.dev0",
15+
version="1.1.0",
1616
description="Python API client for the Alma Installments API",
1717
long_description="{README}\n\n{CHANGELOG}".format(README=README, CHANGELOG=CHANGELOG),
1818
long_description_content_type="text/markdown",
@@ -23,6 +23,8 @@
2323
classifiers=[
2424
"License :: OSI Approved :: MIT License",
2525
"Programming Language :: Python :: 3",
26+
"Programming Language :: Python :: 3.5",
27+
"Programming Language :: Python :: 3.6",
2628
"Programming Language :: Python :: 3.7",
2729
"Programming Language :: Python :: 3.8",
2830
],

0 commit comments

Comments
 (0)