Skip to content

Commit 324478e

Browse files
authored
Support python2 pip install (#115)
* Let pip package support python 2.7 * update change log
1 parent a73d983 commit 324478e

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

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

3-
## 1.06
3+
## 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
416

517
**Date** - 01/29/2020
618

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
URL = 'https://github.com/datacommonsorg/api-python'
2525
EMAIL = 'support@datacommons.org'
2626
AUTHOR = 'datacommons.org'
27-
REQUIRES_PYTHON = '>=3.6.0'
28-
VERSION = '1.0.6'
27+
REQUIRES_PYTHON = '>=2.7'
28+
VERSION = '1.0.7'
2929

3030
REQUIRED = [
3131
'httplib2',

0 commit comments

Comments
 (0)