From d878f9d1a755065b35ac1941380899f20c654e6c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 06:48:10 -0400 Subject: [PATCH] chore(main): release 1.0.2 (#59) * chore(main): release 1.0.2 * chore: prune changelog Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou --- packages/google-cloud-common/CHANGELOG.md | 10 +++++++++- packages/google-cloud-common/setup.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-common/CHANGELOG.md b/packages/google-cloud-common/CHANGELOG.md index 921c70bd64e6..4566189947a0 100644 --- a/packages/google-cloud-common/CHANGELOG.md +++ b/packages/google-cloud-common/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -### [1.0.1](https://github.com/googleapis/python-cloud-common/compare/v1.0.0...v1.0.1) (2022-03-05) +## [1.0.2](https://github.com/googleapis/python-cloud-common/compare/v1.0.1...v1.0.2) (2022-06-03) + + +### Bug Fixes + +* **deps:** drop dependency packaging ([170234d](https://github.com/googleapis/python-cloud-common/commit/170234db68e087ecbcd5ff22176635e397c11f9a)) +* **deps:** require protobuf <4.0.0dev ([#58](https://github.com/googleapis/python-cloud-common/issues/58)) ([170234d](https://github.com/googleapis/python-cloud-common/commit/170234db68e087ecbcd5ff22176635e397c11f9a)) + +## [1.0.1](https://github.com/googleapis/python-cloud-common/compare/v1.0.0...v1.0.1) (2022-03-05) ### Bug Fixes diff --git a/packages/google-cloud-common/setup.py b/packages/google-cloud-common/setup.py index 189daa19555f..2819e3702f3c 100644 --- a/packages/google-cloud-common/setup.py +++ b/packages/google-cloud-common/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-common" description = "Google Cloud Common client library" -version = "1.0.1" +version = "1.0.2" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-cloud-common" dependencies = [