Skip to content

Commit 94740c2

Browse files
chore: release 1.2.0 (#91)
🤖 I have created a release \*beep\* \*boop\* --- ## [1.2.0](https://www.github.com/googleapis/python-gke-hub/compare/v1.1.0...v1.2.0) (2021-10-14) ### Features * add support for python 3.10 ([#90](https://www.github.com/googleapis/python-gke-hub/issues/90)) ([5b929d6](https://www.github.com/googleapis/python-gke-hub/commit/5b929d6845b30719e16c71705e861431e83fed3e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 54885c0 commit 94740c2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/google-cloud-gke-hub/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0](https://www.github.com/googleapis/python-gke-hub/compare/v1.1.0...v1.2.0) (2021-10-14)
4+
5+
6+
### Features
7+
8+
* add support for python 3.10 ([#90](https://www.github.com/googleapis/python-gke-hub/issues/90)) ([5b929d6](https://www.github.com/googleapis/python-gke-hub/commit/5b929d6845b30719e16c71705e861431e83fed3e))
9+
310
## [1.1.0](https://www.github.com/googleapis/python-gke-hub/compare/v1.0.0...v1.1.0) (2021-10-08)
411

512

packages/google-cloud-gke-hub/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import setuptools # type: ignore
2121

2222
name = "google-cloud-gke-hub"
23-
version = "1.1.0"
23+
version = "1.2.0"
2424
description = "GKE Hub API client library"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
url = "https://github.com/googleapis/python-gke-hub"

0 commit comments

Comments
 (0)