Skip to content

Commit

Permalink
Bump version to 1.2.0 (#128)
Browse files Browse the repository at this point in the history
* Bump version to 1.2.0

* Make changelog more specific

* Update the pip upload steps link
  • Loading branch information
shifucun authored Jun 5, 2020
1 parent 53603db commit 5e57550
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 1.2.0

**Date** - 06/04/2020

**Release Tag** - [v1.2.0](https://github.com/datacommonsorg/api-python/releases/tag/v1.2.0)

**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master)

New features added to the Python Client API

- Add get_stats API to get observations given a StatisticalVariable and place dcids.

Bugs fixed in new release

- Check Null and empty data in REST API response field to avoid KeyError.


## 1.1.0

**Date** - 04/10/2020
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ $ bazel build //...
$ bazel test //...
```

## Release

- Update "VERSION" in setup.py
- Update CHANGELOG.md for a new version
- 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)

## Support

For general questions or issues about the API, please open an issue on our
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
EMAIL = '[email protected]'
AUTHOR = 'datacommons.org'
REQUIRES_PYTHON = '>=2.7'
VERSION = '1.1.0'
VERSION = '1.2.0'

REQUIRED = [
'six',
Expand Down

0 comments on commit 5e57550

Please sign in to comment.