From 6318f448ff3abd61076da367e783b271de8d8cf6 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 11:16:02 +0000 Subject: [PATCH] chore: release 0.1.1 (#32) :robot: I have created a release \*beep\* \*boop\* --- ### [0.1.1](https://www.github.com/googleapis/python-gke-hub/compare/v0.1.0...v0.1.1) (2021-05-27) ### Bug Fixes * **deps:** add packaging requirement ([#31](https://www.github.com/googleapis/python-gke-hub/issues/31)) ([71eb607](https://www.github.com/googleapis/python-gke-hub/commit/71eb607254ce524cf47765fd3e9fb2427d139dc8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- 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 395743817c30..0eeee3c18181 100644 --- a/packages/google-cloud-gke-hub/CHANGELOG.md +++ b/packages/google-cloud-gke-hub/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.1.1](https://www.github.com/googleapis/python-gke-hub/compare/v0.1.0...v0.1.1) (2021-05-27) + + +### Bug Fixes + +* **deps:** add packaging requirement ([#31](https://www.github.com/googleapis/python-gke-hub/issues/31)) ([71eb607](https://www.github.com/googleapis/python-gke-hub/commit/71eb607254ce524cf47765fd3e9fb2427d139dc8)) + ## 0.1.0 (2021-03-16) diff --git a/packages/google-cloud-gke-hub/setup.py b/packages/google-cloud-gke-hub/setup.py index a49ac612c1c7..758fdc2d6f2d 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 = "0.1.0" +version = "0.1.1" description = "GKE Hub API client library" release_status = "Development Status :: 4 - Beta" url = "https://github.com/googleapis/python-gke-hub"