Skip to content

Commit 5e57550

Browse files
authored
Bump version to 1.2.0 (#128)
* Bump version to 1.2.0 * Make changelog more specific * Update the pip upload steps link
1 parent 53603db commit 5e57550

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

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.2.0
4+
5+
**Date** - 06/04/2020
6+
7+
**Release Tag** - [v1.2.0](https://github.com/datacommonsorg/api-python/releases/tag/v1.2.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 Client API
12+
13+
- Add get_stats API to get observations given a StatisticalVariable and place dcids.
14+
15+
Bugs fixed in new release
16+
17+
- Check Null and empty data in REST API response field to avoid KeyError.
18+
19+
320
## 1.1.0
421

522
**Date** - 04/10/2020

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ $ bazel build //...
4343
$ bazel test //...
4444
```
4545

46+
## Release
47+
48+
- Update "VERSION" in setup.py
49+
- Update CHANGELOG.md for a new version
50+
- Upload a new package using steps for [generating distribution archives](https://packaging.python.org/tutorials/packaging-projects/#generating-distribution-archives) and [uploading the distribution archives](https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives)
51+
4652
## Support
4753

4854
For general questions or issues about the API, please open an issue on our

setup.py

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

3030
REQUIRED = [
3131
'six',

0 commit comments

Comments
 (0)