From ecbe4bcce2b0bb1fdb5cc50a830de5683b5181af Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 11:14:57 -0700 Subject: [PATCH] chore(main): release 3.8.2 (#264) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- packages/google-cloud-build/CHANGELOG.md | 7 +++++++ packages/google-cloud-build/setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-build/CHANGELOG.md b/packages/google-cloud-build/CHANGELOG.md index 99411ebec09d..f441abeb3394 100644 --- a/packages/google-cloud-build/CHANGELOG.md +++ b/packages/google-cloud-build/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-build/#history +### [3.8.2](https://github.com/googleapis/python-cloudbuild/compare/v3.8.1...v3.8.2) (2022-05-05) + + +### Documentation + +* fix type in docstring for map fields ([3a4be49](https://github.com/googleapis/python-cloudbuild/commit/3a4be49489628fd07a7377085d90e4ec6b06d76a)) + ### [3.8.1](https://github.com/googleapis/python-cloudbuild/compare/v3.8.0...v3.8.1) (2022-03-05) diff --git a/packages/google-cloud-build/setup.py b/packages/google-cloud-build/setup.py index b1a4b38c235c..ed1e6c3a3cdd 100644 --- a/packages/google-cloud-build/setup.py +++ b/packages/google-cloud-build/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-build" description = "Google Cloud Build API client library" -version = "3.8.1" +version = "3.8.2" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'