From 1fde895c42337d15ade3508bb3a17dfd297d42c7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 08:55:40 -0400 Subject: [PATCH] chore(main): release 1.4.2 (#142) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou --- packages/google-cloud-gke-hub/CHANGELOG.md | 7 +++++++ packages/google-cloud-gke-hub/setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-gke-hub/CHANGELOG.md b/packages/google-cloud-gke-hub/CHANGELOG.md index ee5d1179fae4..71020e7a1f90 100644 --- a/packages/google-cloud-gke-hub/CHANGELOG.md +++ b/packages/google-cloud-gke-hub/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.4.2](https://github.com/googleapis/python-gke-hub/compare/v1.4.1...v1.4.2) (2022-05-05) + + +### Documentation + +* fix type in docstring for map fields ([d6acb71](https://github.com/googleapis/python-gke-hub/commit/d6acb71fd8763ab581cc698713e0dc188a333bd6)) + ### [1.4.1](https://github.com/googleapis/python-gke-hub/compare/v1.4.0...v1.4.1) (2022-03-05) diff --git a/packages/google-cloud-gke-hub/setup.py b/packages/google-cloud-gke-hub/setup.py index e7efd9db6a0b..efa897975ba3 100644 --- a/packages/google-cloud-gke-hub/setup.py +++ b/packages/google-cloud-gke-hub/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore name = "google-cloud-gke-hub" -version = "1.4.1" +version = "1.4.2" description = "GKE Hub API client library" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-gke-hub"