From 6979cf5507fa8033498aae5a37eea4479440b600 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 28 Jul 2021 17:42:38 +0000 Subject: [PATCH] chore: release 1.3.2 (#115) :robot: I have created a release \*beep\* \*boop\* --- ### [1.3.2](https://www.github.com/googleapis/python-trace/compare/v1.3.1...v1.3.2) (2021-07-28) ### Bug Fixes * enable self signed jwt for grpc ([#113](https://www.github.com/googleapis/python-trace/issues/113)) ([99eba56](https://www.github.com/googleapis/python-trace/commit/99eba56da96bf968036e1eb3af0e9fee056db0ca)) ### Documentation * add Samples section to CONTRIBUTING.rst ([#109](https://www.github.com/googleapis/python-trace/issues/109)) ([6aa9d7a](https://www.github.com/googleapis/python-trace/commit/6aa9d7a80e88be1210a60cd802ba682ae20839cc)) ### Miscellaneous Chores * release as 1.3.2 ([#114](https://www.github.com/googleapis/python-trace/issues/114)) ([57d63cd](https://www.github.com/googleapis/python-trace/commit/57d63cdb6b6e2eae77d4bda07749546c1ab65611)) --- 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 | 17 +++++++++++++++++ setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b171034..32b4ed40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ [1]: https://pypi.org/project/google-cloud-trace/#history +### [1.3.2](https://www.github.com/googleapis/python-trace/compare/v1.3.1...v1.3.2) (2021-07-28) + + +### Bug Fixes + +* enable self signed jwt for grpc ([#113](https://www.github.com/googleapis/python-trace/issues/113)) ([99eba56](https://www.github.com/googleapis/python-trace/commit/99eba56da96bf968036e1eb3af0e9fee056db0ca)) + + +### Documentation + +* add Samples section to CONTRIBUTING.rst ([#109](https://www.github.com/googleapis/python-trace/issues/109)) ([6aa9d7a](https://www.github.com/googleapis/python-trace/commit/6aa9d7a80e88be1210a60cd802ba682ae20839cc)) + + +### Miscellaneous Chores + +* release as 1.3.2 ([#114](https://www.github.com/googleapis/python-trace/issues/114)) ([57d63cd](https://www.github.com/googleapis/python-trace/commit/57d63cdb6b6e2eae77d4bda07749546c1ab65611)) + ### [1.3.1](https://www.github.com/googleapis/python-trace/compare/v1.3.0...v1.3.1) (2021-07-20) diff --git a/setup.py b/setup.py index 0502a14a..3b4582e4 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-trace" description = "Cloud Trace API client library" -version = "1.3.1" +version = "1.3.2" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'