From 835d97e1686025bc687327b4ad28c32fad4dabb3 Mon Sep 17 00:00:00 2001 From: tjann <18621425+tjann@users.noreply.github.com> Date: Tue, 10 Nov 2020 15:38:42 -0800 Subject: [PATCH] Release py1.4.3 and pd0.0.3 for returning empty data structures instead of erroring on no data. --- CHANGELOG.md | 12 ++++++++++++ datacommons_pandas/CHANGELOG.md | 10 ++++++++++ setup_datacommons.py | 2 +- setup_datacommons_pandas.py | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44a17ba0..396e9ddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.4.3 + +**Date** - 11/10/2020 + +**Release Tag** - [py1.4.3](https://github.com/datacommonsorg/api-python/releases/tag/py1.4.3) + +**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master) + +Bugs fixed in new release + +- Return empty data structures instead of erroring when no data is available. + ## 1.4.2 **Date** - 09/16/2020 diff --git a/datacommons_pandas/CHANGELOG.md b/datacommons_pandas/CHANGELOG.md index f4988f65..42bedc43 100644 --- a/datacommons_pandas/CHANGELOG.md +++ b/datacommons_pandas/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.0.3 + +**Date** - 11/10/2020 + +**Release Tag** - [pd.0.0.3](https://github.com/datacommonsorg/api-python/releases/tag/pd0.0.3) + +**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master) + +Update to use datacommons Python API 1.4.3, which returns empty data structures instead of erroring when no data is available. + ## 0.0.2 **Date** - 09/16/2020 diff --git a/setup_datacommons.py b/setup_datacommons.py index 899637c9..f986ab51 100644 --- a/setup_datacommons.py +++ b/setup_datacommons.py @@ -24,7 +24,7 @@ EMAIL = 'support@datacommons.org' AUTHOR = 'datacommons.org' REQUIRES_PYTHON = '>=2.7' -VERSION = '1.4.2' +VERSION = '1.4.3' REQUIRED = [ 'six', diff --git a/setup_datacommons_pandas.py b/setup_datacommons_pandas.py index df064667..584d39fb 100644 --- a/setup_datacommons_pandas.py +++ b/setup_datacommons_pandas.py @@ -24,7 +24,7 @@ EMAIL = 'support@datacommons.org' AUTHOR = 'datacommons.org' REQUIRES_PYTHON = '>=2.7' -VERSION = '0.0.2' +VERSION = '0.0.3' REQUIRED = [ 'six',