From 1a4d0c388dde8ec62e6b3dbb3d4e276173e0fa9a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 18:16:43 +0000 Subject: [PATCH] chore(main): release 1.4.2 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7f7544..12d1ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.2](https://github.com/googleapis/python-shell/compare/v1.4.1...v1.4.2) (2022-09-29) + + +### Bug Fixes + +* **deps:** Require protobuf >= 3.20.2 ([#137](https://github.com/googleapis/python-shell/issues/137)) ([3ad02f1](https://github.com/googleapis/python-shell/commit/3ad02f134e8fae58756252f6bac7e1478f303fc2)) + ## [1.4.1](https://github.com/googleapis/python-shell/compare/v1.4.0...v1.4.1) (2022-08-11) diff --git a/setup.py b/setup.py index aea453e..d1838fd 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-shell" description = "Cloud Shell API client library" -version = "1.4.1" +version = "1.4.2" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-shell" dependencies = [