diff --git a/CHANGELOG.md b/CHANGELOG.md index eac6b55b3..3928cb016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,21 +5,6 @@ [1]: https://pypi.org/project/google-cloud-pubsub/#history -## 2.4.0 - -02-22-2021 05:02 PST - - -### Implementation Changes - -### New Features - -- Add graceful streaming pull shutdown. ([#292](https://github.com/googleapis/python-pubsub/pull/292)) - -### Documentation - -- Update samples with using the subscriber client as a context manager. ([#254](https://github.com/googleapis/python-pubsub/pull/254)) - ## [2.3.0](https://www.github.com/googleapis/python-pubsub/compare/v2.2.0...v2.3.0) (2021-02-08) diff --git a/setup.py b/setup.py index 8658542f4..0e0ffdb05 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.4.0" +version = "2.3.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'