Skip to content

Commit 3b1bf53

Browse files
authored
Prepare for v1.3.0 version bump. (#136)
1 parent 52e8eac commit 3b1bf53

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 1.3.0
4+
5+
**Date** - 07/28/2020
6+
7+
**Release Tag** - [v1.3.0](https://github.com/datacommonsorg/api-python/releases/tag/v1.3.0)
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 API
12+
13+
- Option to use the API without providing API key.
14+
- New options to `get_stats`: `measurement_method`, `unit`, and `obs_period` for finer-grain control over returned statistics.
15+
16+
Bugs fixed in new release
17+
18+
- Elegantly handle sparse responses from `query`.
19+
320
## 1.2.0
421

522
**Date** - 06/04/2020

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
EMAIL = 'support@datacommons.org'
2626
AUTHOR = 'datacommons.org'
2727
REQUIRES_PYTHON = '>=2.7'
28-
VERSION = '1.2.0'
28+
VERSION = '1.3.0'
2929

3030
REQUIRED = [
3131
'six',

0 commit comments

Comments
 (0)