From ca7a0d359b2603bf995faa317bdce6038e05d73c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 19:16:28 +0000 Subject: [PATCH] chore(main): release 1.4.1 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dec6e8..a7f7544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.1](https://github.com/googleapis/python-shell/compare/v1.4.0...v1.4.1) (2022-08-11) + + +### Bug Fixes + +* **deps:** allow protobuf < 5.0.0 ([#124](https://github.com/googleapis/python-shell/issues/124)) ([87ab035](https://github.com/googleapis/python-shell/commit/87ab0352e1c91e054f1929165764a97158f47e4d)) +* **deps:** require proto-plus >= 1.22.0 ([87ab035](https://github.com/googleapis/python-shell/commit/87ab0352e1c91e054f1929165764a97158f47e4d)) + ## [1.4.0](https://github.com/googleapis/python-shell/compare/v1.3.3...v1.4.0) (2022-07-16) diff --git a/setup.py b/setup.py index f08f0bc..893502a 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-shell" description = "Cloud Shell API client library" -version = "1.4.0" +version = "1.4.1" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-shell" dependencies = [