From 8d90f15ae0ee6dd1547fd2ef412231e4ffa8bdc0 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Thu, 21 Dec 2017 09:32:16 -0800 Subject: [PATCH] Adding back `.dev1` suffix after #4644. Also adding a newly added note to Pub / Sub release notes (I already added this in the official release). --- api_core/setup.py | 2 +- pubsub/CHANGELOG.md | 2 ++ pubsub/setup.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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=[