From c3d21379b40aef7b649320dc4c9ea946f1203a5f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 20:58:52 +0000 Subject: [PATCH] chore(main): release 1.7.3 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a62e7ea2..30b91b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-trace/#history +## [1.7.3](https://github.com/googleapis/python-trace/compare/v1.7.2...v1.7.3) (2022-10-07) + + +### Bug Fixes + +* **deps:** Allow protobuf 3.19.5 ([#273](https://github.com/googleapis/python-trace/issues/273)) ([9e2fc85](https://github.com/googleapis/python-trace/commit/9e2fc858ee1065602533de63aa723881de71be59)) + ## [1.7.2](https://github.com/googleapis/python-trace/compare/v1.7.1...v1.7.2) (2022-09-29) diff --git a/setup.py b/setup.py index 1ffc17f5..16aa427e 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-trace" description = "Cloud Trace API client library" -version = "1.7.2" +version = "1.7.3" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'