Skip to content

Commit 153991f

Browse files
committed
Cutting 0.18.2 release.
Only change from 0.18.1 is preventing versions of GAX / gRPC dependencies with breaking changes.
1 parent f7dede8 commit 153991f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
GRPC_EXTRAS = [
2323
'grpcio >= 1.0rc1',
2424
'google-gax >= 0.12.3',
25-
'gax-google-pubsub-v1 >= 0.8.0',
26-
'grpc-google-pubsub-v1 >= 0.8.0',
27-
'gax-google-logging-v2 >= 0.8.0',
28-
'grpc-google-logging-v2 >= 0.8.0',
25+
'gax-google-pubsub-v1 >= 0.8.0, < 0.9dev',
26+
'grpc-google-pubsub-v1 >= 0.8.0, < 0.9dev',
27+
'gax-google-logging-v2 >= 0.8.0, < 0.9dev',
28+
'grpc-google-logging-v2 >= 0.8.0, < 0.9dev',
2929
]
3030

3131
if sys.version_info[:2] == (2, 7) and 'READTHEDOCS' not in os.environ:
3232
REQUIREMENTS.extend(GRPC_EXTRAS)
3333

3434
setup(
3535
name='gcloud',
36-
version='0.18.1',
36+
version='0.18.2',
3737
description='API Client library for Google Cloud',
3838
author='Google Cloud Platform',
3939
author_email='jjg+gcloud-python@google.com',

0 commit comments

Comments
 (0)