From e928a75c5f8f2e7cff6d7fc1e193f4956f5288ca Mon Sep 17 00:00:00 2001 From: Kevin James Date: Thu, 22 Mar 2018 16:16:57 -0700 Subject: [PATCH] chore(release): bump versions --- bigquery/MANIFEST.in | 2 +- bigquery/requirements.txt | 4 ++-- bigquery/setup.py | 2 +- datastore/MANIFEST.in | 2 +- datastore/requirements.txt | 4 ++-- datastore/setup.py | 2 +- pubsub/MANIFEST.in | 2 +- pubsub/setup.py | 2 +- storage/MANIFEST.in | 2 +- storage/requirements.txt | 4 ++-- storage/setup.py | 2 +- taskqueue/MANIFEST.in | 2 +- taskqueue/requirements.txt | 2 +- taskqueue/setup.py | 2 +- 14 files changed, 17 insertions(+), 17 deletions(-) diff --git a/bigquery/MANIFEST.in b/bigquery/MANIFEST.in index 50b00929d..dfd249649 100644 --- a/bigquery/MANIFEST.in +++ b/bigquery/MANIFEST.in @@ -1,4 +1,4 @@ -include README.rst +include README.rst LICENSE recursive-include gcloud recursive-include tests global-exclude *.pyc __pycache__ diff --git a/bigquery/requirements.txt b/bigquery/requirements.txt index 972f7d613..f59173641 100644 --- a/bigquery/requirements.txt +++ b/bigquery/requirements.txt @@ -1,3 +1,3 @@ -gcloud-aio-auth >= 0.6.2, < 1.0.0 -gcloud-aio-core >= 0.7.1, < 1.0.0 +gcloud-aio-auth >= 0.6.3, < 1.0.0 +gcloud-aio-core >= 0.7.2, < 1.0.0 ujson >= 1.0.0, < 2.0.0 diff --git a/bigquery/setup.py b/bigquery/setup.py index 96bab019c..916349772 100644 --- a/bigquery/setup.py +++ b/bigquery/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name='gcloud-aio-bigquery', - version='0.5.1', + version='0.5.2', description='Asyncio Python Client for Google Cloud BigQuery', long_description=README, namespace_packages=[ diff --git a/datastore/MANIFEST.in b/datastore/MANIFEST.in index 50b00929d..dfd249649 100644 --- a/datastore/MANIFEST.in +++ b/datastore/MANIFEST.in @@ -1,4 +1,4 @@ -include README.rst +include README.rst LICENSE recursive-include gcloud recursive-include tests global-exclude *.pyc __pycache__ diff --git a/datastore/requirements.txt b/datastore/requirements.txt index dfc9bf10b..57ad097be 100644 --- a/datastore/requirements.txt +++ b/datastore/requirements.txt @@ -1,2 +1,2 @@ -gcloud-aio-auth >= 0.6.2, < 1.0.0 -gcloud-aio-core >= 0.7.1, < 1.0.0 +gcloud-aio-auth >= 0.6.3, < 1.0.0 +gcloud-aio-core >= 0.7.2, < 1.0.0 diff --git a/datastore/setup.py b/datastore/setup.py index 951dc7b20..d3cf3598c 100644 --- a/datastore/setup.py +++ b/datastore/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name='gcloud-aio-datastore', - version='0.5.1', + version='0.5.2', description='Asyncio Python Client for Google Cloud Datastore', long_description=README, namespace_packages=[ diff --git a/pubsub/MANIFEST.in b/pubsub/MANIFEST.in index 50b00929d..dfd249649 100644 --- a/pubsub/MANIFEST.in +++ b/pubsub/MANIFEST.in @@ -1,4 +1,4 @@ -include README.rst +include README.rst LICENSE recursive-include gcloud recursive-include tests global-exclude *.pyc __pycache__ diff --git a/pubsub/setup.py b/pubsub/setup.py index ffafb1da2..d04396fe3 100644 --- a/pubsub/setup.py +++ b/pubsub/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name='gcloud-aio-pubsub', - version='0.5.0', + version='0.5.1', description='Asyncio Python Client for Google Cloud Pub/Sub', long_description=README, namespace_packages=[ diff --git a/storage/MANIFEST.in b/storage/MANIFEST.in index 50b00929d..dfd249649 100644 --- a/storage/MANIFEST.in +++ b/storage/MANIFEST.in @@ -1,4 +1,4 @@ -include README.rst +include README.rst LICENSE recursive-include gcloud recursive-include tests global-exclude *.pyc __pycache__ diff --git a/storage/requirements.txt b/storage/requirements.txt index 1c5a695b2..09d15881e 100644 --- a/storage/requirements.txt +++ b/storage/requirements.txt @@ -1,4 +1,4 @@ aiohttp >= 1.0.0, < 2.0.0 -gcloud-aio-auth >= 0.6.2, < 1.0.0 -gcloud-aio-core >= 0.7.1, < 1.0.0 +gcloud-aio-auth >= 0.6.3, < 1.0.0 +gcloud-aio-core >= 0.7.2, < 1.0.0 ujson >= 1.0.0, < 2.0.0 diff --git a/storage/setup.py b/storage/setup.py index ff195efff..5bc55c6d1 100644 --- a/storage/setup.py +++ b/storage/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name='gcloud-aio-storage', - version='0.5.3', + version='0.5.4', description='Asyncio Python Client for Google Cloud Storage', long_description=README, namespace_packages=[ diff --git a/taskqueue/MANIFEST.in b/taskqueue/MANIFEST.in index 50b00929d..dfd249649 100644 --- a/taskqueue/MANIFEST.in +++ b/taskqueue/MANIFEST.in @@ -1,4 +1,4 @@ -include README.rst +include README.rst LICENSE recursive-include gcloud recursive-include tests global-exclude *.pyc __pycache__ diff --git a/taskqueue/requirements.txt b/taskqueue/requirements.txt index 2f182288b..da30b2ee0 100644 --- a/taskqueue/requirements.txt +++ b/taskqueue/requirements.txt @@ -1,3 +1,3 @@ aiohttp >= 2.0.0, < 3.0.0 -gcloud-aio-auth >= 0.6.2, < 1.0.0 +gcloud-aio-auth >= 0.6.3, < 1.0.0 requests >= 2.0.0, < 3.0.0 diff --git a/taskqueue/setup.py b/taskqueue/setup.py index ed83b735f..1048a5c33 100644 --- a/taskqueue/setup.py +++ b/taskqueue/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name='gcloud-aio-taskqueue', - version='1.2.10', + version='1.2.11', description='Asyncio Python Client for Google Cloud Task Queue', long_description=README, namespace_packages=[