From 3c39cb751ddcb531579b35e1a7afeb0790558c31 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 10:03:44 -0400 Subject: [PATCH] chore(main): release 2.7.2 (#213) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93cedd0..e8f8e42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://pypi.org/project/google-cloud-oslogin/#history +## [2.7.2](https://github.com/googleapis/python-oslogin/compare/v2.7.1...v2.7.2) (2022-08-11) + + +### Bug Fixes + +* **deps:** allow protobuf < 5.0.0 ([#212](https://github.com/googleapis/python-oslogin/issues/212)) ([960eaf2](https://github.com/googleapis/python-oslogin/commit/960eaf264d180dd39ab5f198f4e959b4e54cd362)) +* **deps:** require proto-plus >= 1.22.0 ([960eaf2](https://github.com/googleapis/python-oslogin/commit/960eaf264d180dd39ab5f198f4e959b4e54cd362)) + ## [2.7.1](https://github.com/googleapis/python-oslogin/compare/v2.7.0...v2.7.1) (2022-07-14) diff --git a/setup.py b/setup.py index c1b5524..d683328 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-os-login" description = "Google Cloud OS Login API client library" -version = "2.7.1" +version = "2.7.2" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'