diff --git a/api_core/setup.py b/api_core/setup.py index 8273c46a9b18..422a9508e746 100644 --- a/api_core/setup.py +++ b/api_core/setup.py @@ -68,7 +68,7 @@ setup( name='google-api-core', - version='0.1.3', + version='0.1.4.dev1', description='Core Google API Client Library', long_description=README, namespace_packages=['google'], diff --git a/pubsub/CHANGELOG.md b/pubsub/CHANGELOG.md index 0912251259f2..35de9206567a 100644 --- a/pubsub/CHANGELOG.md +++ b/pubsub/CHANGELOG.md @@ -11,6 +11,8 @@ - Moving lock factory used in publisher client to the Batch implementation (#4628). - Use a UUID (rather than a sentinel object) on `Future` (#4634). +- Apply scopes to explicitly provided credentials if needed (#4594). + Fixes #4479. This feature comes as part of `google-api-core==0.1.3`. ### Dependencies diff --git a/pubsub/setup.py b/pubsub/setup.py index 5c50623dbea3..bf24dc2c03cf 100644 --- a/pubsub/setup.py +++ b/pubsub/setup.py @@ -59,7 +59,7 @@ setup( name='google-cloud-pubsub', - version='0.30.1', + version='0.30.2.dev1', description='Python Client for Google Cloud Pub/Sub', long_description=README, namespace_packages=[