From 9e928a1d3b07982c384e18f10d232a9014145e88 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 17:28:30 +0000 Subject: [PATCH] chore: release 0.2.1 (#66) :robot: I have created a release \*beep\* \*boop\* --- ### [0.2.1](https://www.github.com/googleapis/python-gke-hub/compare/v0.2.0...v0.2.1) (2021-08-20) ### Bug Fixes * resolve issue importing library ([#64](https://www.github.com/googleapis/python-gke-hub/issues/64)) ([cfa166e](https://www.github.com/googleapis/python-gke-hub/commit/cfa166e9b9024920bd00b5994d2638ab7716c2d1)) --- 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 5eab68f..42e6826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.2.1](https://www.github.com/googleapis/python-gke-hub/compare/v0.2.0...v0.2.1) (2021-08-20) + + +### Bug Fixes + +* resolve issue importing library ([#64](https://www.github.com/googleapis/python-gke-hub/issues/64)) ([cfa166e](https://www.github.com/googleapis/python-gke-hub/commit/cfa166e9b9024920bd00b5994d2638ab7716c2d1)) + ## [0.2.0](https://www.github.com/googleapis/python-gke-hub/compare/v0.1.2...v0.2.0) (2021-07-24) diff --git a/setup.py b/setup.py index ea41ed4..e3b8a6e 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore name = "google-cloud-gke-hub" -version = "0.2.0" +version = "0.2.1" description = "GKE Hub API client library" release_status = "Development Status :: 4 - Beta" url = "https://github.com/googleapis/python-gke-hub"