We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73d983 commit 324478eCopy full SHA for 324478e
2 files changed
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
-## 1.06
+## 1.0.7
4
+
5
+**Date** - 02/04/2020
6
7
+**Release Tag** - [v1.0.7](https://github.com/datacommonsorg/api-python/releases/tag/v1.0.7)
8
9
+**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master)
10
11
+New features added to the Python Client API
12
13
+- Support python 2.7.
14
15
+## 1.0.6
16
17
**Date** - 01/29/2020
18
setup.py
@@ -24,8 +24,8 @@
24
URL = 'https://github.com/datacommonsorg/api-python'
25
EMAIL = 'support@datacommons.org'
26
AUTHOR = 'datacommons.org'
27
-REQUIRES_PYTHON = '>=3.6.0'
28
-VERSION = '1.0.6'
+REQUIRES_PYTHON = '>=2.7'
+VERSION = '1.0.7'
29
30
REQUIRED = [
31
'httplib2',
0 commit comments