From f051ac5928949cf0b7adc0ca75898849b7b2e2ff Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 00:24:22 +0000 Subject: [PATCH] chore: release 1.2.1 --- CHANGELOG.md | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f72dd4..a2c664f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +### [1.2.1](https://www.github.com/googleapis/python-debugger-client/compare/v1.2.0...v1.2.1) (2021-11-01) + + +### Bug Fixes + +* **deps:** drop packaging dependency ([b68553f](https://www.github.com/googleapis/python-debugger-client/commit/b68553ff06d1f13cc77eb64909b53758e1610fd0)) +* **deps:** require google-api-core >= 1.28.0 ([b68553f](https://www.github.com/googleapis/python-debugger-client/commit/b68553ff06d1f13cc77eb64909b53758e1610fd0)) + + +### Documentation + +* list oneofs in docstring ([b68553f](https://www.github.com/googleapis/python-debugger-client/commit/b68553ff06d1f13cc77eb64909b53758e1610fd0)) + ## [1.2.0](https://www.github.com/googleapis/python-debugger-client/compare/v1.1.0...v1.2.0) (2021-10-14) diff --git a/setup.py b/setup.py index 73d6191..3036a1c 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-debugger-client" description = "Cloud Debugger API client library" -version = "1.2.0" +version = "1.2.1" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-debugger-client" dependencies = [