From 7ffe9bfd43a8e1a9bdcce59a3f9f06a0da558f31 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:18:42 +0000 Subject: [PATCH] chore(main): release 1.3.1 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd9d744..d2dc3f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.1](https://github.com/googleapis/python-deploy/compare/v1.3.0...v1.3.1) (2022-08-11) + + +### Bug Fixes + +* **deps:** allow protobuf < 5.0.0 ([#118](https://github.com/googleapis/python-deploy/issues/118)) ([8afd6d3](https://github.com/googleapis/python-deploy/commit/8afd6d3ba9171ab957547245294305dd78101767)) +* **deps:** require proto-plus >= 1.22.0 ([8afd6d3](https://github.com/googleapis/python-deploy/commit/8afd6d3ba9171ab957547245294305dd78101767)) + ## [1.3.0](https://github.com/googleapis/python-deploy/compare/v1.2.1...v1.3.0) (2022-07-14) diff --git a/setup.py b/setup.py index 505e3ae..b8218d0 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-deploy" description = "Google Cloud Deploy API client library" -version = "1.3.0" +version = "1.3.1" url = "https://github.com/googleapis/python-deploy" release_status = "Development Status :: 5 - Production/Stable" dependencies = [