We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4aa79 commit a43f1baCopy full SHA for a43f1ba
docs/changelog.rst
@@ -1,6 +1,10 @@
1
Changelog
2
---------
3
4
+4.4.0
5
+~~~~~
6
+* Removes support for Python 3.7.
7
+
8
4.3.0
9
~~~~~
10
* Uses python-squarelet to client handle authentication.
setup.py
@@ -7,7 +7,7 @@
setup(
name="python-documentcloud",
- version="4.3.0",
+ version="4.4.0",
11
description="A simple Python wrapper for the DocumentCloud API",
12
author="Mitchell Kotler",
13
author_email="[email protected]",
@@ -49,7 +49,6 @@
49
"Intended Audience :: Developers",
50
"Operating System :: OS Independent",
51
"License :: OSI Approved :: MIT License",
52
- "Programming Language :: Python :: 3.7",
53
"Programming Language :: Python :: 3.8",
54
"Programming Language :: Python :: 3.9",
55
"Programming Language :: Python :: 3.10",
0 commit comments