From a3f167d1bf41792add79de88c82fe7a074a6975d Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 11:18:34 +0000 Subject: [PATCH] chore: release 1.5.0 (#147) :robot: I have created a release \*beep\* \*boop\* --- ## [1.5.0](https://www.github.com/googleapis/python-trace/compare/v1.4.0...v1.5.0) (2021-10-14) ### Features * add support for python 3.10 ([#146](https://www.github.com/googleapis/python-trace/issues/146)) ([11d2d9e](https://www.github.com/googleapis/python-trace/commit/11d2d9ec1a615600caca6c3e03a28ceac567452f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e2b9a30..b4b98c13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-trace/#history +## [1.5.0](https://www.github.com/googleapis/python-trace/compare/v1.4.0...v1.5.0) (2021-10-14) + + +### Features + +* add support for python 3.10 ([#146](https://www.github.com/googleapis/python-trace/issues/146)) ([11d2d9e](https://www.github.com/googleapis/python-trace/commit/11d2d9ec1a615600caca6c3e03a28ceac567452f)) + ## [1.4.0](https://www.github.com/googleapis/python-trace/compare/v1.3.4...v1.4.0) (2021-10-07) diff --git a/setup.py b/setup.py index 96c74c93..d55fd104 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-trace" description = "Cloud Trace API client library" -version = "1.4.0" +version = "1.5.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'