From 8231a72feb70adfb93a1d95cc5f2e650b50cd629 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 19:25:47 +0000 Subject: [PATCH] chore(main): release 1.7.2 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13341804..a62e7ea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-trace/#history +## [1.7.2](https://github.com/googleapis/python-trace/compare/v1.7.1...v1.7.2) (2022-09-29) + + +### Bug Fixes + +* **deps:** Require protobuf >= 3.20.2 ([#270](https://github.com/googleapis/python-trace/issues/270)) ([734a8e0](https://github.com/googleapis/python-trace/commit/734a8e003db67fe671ca6bec6e7e5f9d55f97b63)) + ## [1.7.1](https://github.com/googleapis/python-trace/compare/v1.7.0...v1.7.1) (2022-08-11) diff --git a/setup.py b/setup.py index f845c408..155ebeb5 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-trace" description = "Cloud Trace API client library" -version = "1.7.1" +version = "1.7.2" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'