From 45d19055b1d3f4b99761c30ec647fa9ac27f337c Mon Sep 17 00:00:00 2001 From: Tianzi Cai Date: Tue, 9 Mar 2021 17:15:16 -0800 Subject: [PATCH] Revert "chore: release v2.4.0 (#296)" This reverts commit a11ac1373cd1996089620d8b72b4b4d1b3f1812f. --- CHANGELOG.md | 15 --------------- setup.py | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) 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'