From efdad52276edaeb426a2b1f3f1c194bf2cd71583 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 19:25:51 +0000 Subject: [PATCH] chore(v0): release 2.11.1 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bac55a5dc..9de8c27b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ [1]: https://pypi.org/project/google-cloud-pubsub/#history +## [2.11.1](https://github.com/googleapis/python-pubsub/compare/v2.11.0...v2.11.1) (2022-06-08) + + +### Bug Fixes + +* **deps:** require protobuf<4.0.0 on v0 branch ([#713](https://github.com/googleapis/python-pubsub/issues/713)) ([ed635d7](https://github.com/googleapis/python-pubsub/commit/ed635d7318b7e54cf45a4dcc217b9a712ca1aa10)) + ## [2.11.0](https://github.com/googleapis/python-pubsub/compare/v2.10.0...v2.11.0) (2022-03-09) diff --git a/setup.py b/setup.py index 45ab7f288..10d460bef 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-pubsub" description = "Google Cloud Pub/Sub API client library" -version = "2.11.0" +version = "2.11.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'