From ac8cb2a398e45aed041a6cde26cbbbe8038e5f4d Mon Sep 17 00:00:00 2001 From: Thea Flowers Date: Tue, 21 Aug 2018 13:12:15 -0700 Subject: [PATCH] Release 0.37.2 --- pubsub/CHANGELOG.md | 15 +++++++++++++++ pubsub/setup.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/pubsub/CHANGELOG.md b/pubsub/CHANGELOG.md index c7f9a8c1cf00..6c4b78258ee6 100644 --- a/pubsub/CHANGELOG.md +++ b/pubsub/CHANGELOG.md @@ -4,6 +4,21 @@ [1]: https://pypi.org/project/google-cloud-pubsub/#history +## 0.37.2 + +### Implementation Changes + +- Fix classmethod wrapping (#5826) + +### Documentation + +- Fix Sphinx rendering for publisher client. (#5822) + +### Internal / Testing Changes + +- Re-generate library, removing obsolete synth modifications. (#5825) +- Add test for testing invoking a wrapped class method on the class itself (#5828) + ## 0.37.1 ### Implementation Changes diff --git a/pubsub/setup.py b/pubsub/setup.py index a76f79bb606b..c812b7981842 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.37.1' +version = '0.37.2' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'