From 7ad0b40735e6e384d5ccc04d1fda39015f036773 Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Tue, 29 May 2018 12:35:24 -0700 Subject: [PATCH 1/2] Release 0.36.0 --- pubsub/CHANGELOG.md | 5 +++++ pubsub/setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pubsub/CHANGELOG.md b/pubsub/CHANGELOG.md index 82524c20d447..d8661b4ea32d 100644 --- a/pubsub/CHANGELOG.md +++ b/pubsub/CHANGELOG.md @@ -4,6 +4,11 @@ [1]: https://pypi.org/project/google-cloud-pubsub/#history +## 0.36.0 + +### Implementation Changes +- Catch errors when re-retying send() or recv() in addition to open() (#5402) + ## 0.35.0 ### Implementation Changes diff --git a/pubsub/setup.py b/pubsub/setup.py index a7ef56b86deb..ab6cffdb6886 100644 --- a/pubsub/setup.py +++ b/pubsub/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-pubsub' description = 'Google Cloud Pub/Sub API client library' -version = '0.35.0' +version = '0.36.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From 8e7626901114eb6463d7dfd2a7937c1ab3aba811 Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Tue, 29 May 2018 13:15:03 -0700 Subject: [PATCH 2/2] use a patch version instead --- pubsub/CHANGELOG.md | 2 +- pubsub/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubsub/CHANGELOG.md b/pubsub/CHANGELOG.md index d8661b4ea32d..3fe9694dae35 100644 --- a/pubsub/CHANGELOG.md +++ b/pubsub/CHANGELOG.md @@ -4,7 +4,7 @@ [1]: https://pypi.org/project/google-cloud-pubsub/#history -## 0.36.0 +## 0.35.1 ### Implementation Changes - Catch errors when re-retying send() or recv() in addition to open() (#5402) diff --git a/pubsub/setup.py b/pubsub/setup.py index ab6cffdb6886..8d2bd4a24661 100644 --- a/pubsub/setup.py +++ b/pubsub/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-pubsub' description = 'Google Cloud Pub/Sub API client library' -version = '0.36.0' +version = '0.35.1' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'