Skip to content

Commit

Permalink
chore(release): bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Mar 22, 2018
1 parent b7fcba8 commit e928a75
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion bigquery/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include README.rst
include README.rst LICENSE
recursive-include gcloud
recursive-include tests
global-exclude *.pyc __pycache__
4 changes: 2 additions & 2 deletions bigquery/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down
2 changes: 1 addition & 1 deletion datastore/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include README.rst
include README.rst LICENSE
recursive-include gcloud
recursive-include tests
global-exclude *.pyc __pycache__
4 changes: 2 additions & 2 deletions datastore/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion datastore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down
2 changes: 1 addition & 1 deletion pubsub/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include README.rst
include README.rst LICENSE
recursive-include gcloud
recursive-include tests
global-exclude *.pyc __pycache__
2 changes: 1 addition & 1 deletion pubsub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down
2 changes: 1 addition & 1 deletion storage/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include README.rst
include README.rst LICENSE
recursive-include gcloud
recursive-include tests
global-exclude *.pyc __pycache__
4 changes: 2 additions & 2 deletions storage/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion storage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down
2 changes: 1 addition & 1 deletion taskqueue/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include README.rst
include README.rst LICENSE
recursive-include gcloud
recursive-include tests
global-exclude *.pyc __pycache__
2 changes: 1 addition & 1 deletion taskqueue/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion taskqueue/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit e928a75

Please sign in to comment.