From e7d1c66a3f14dc9554a9fbdc78ec16bc912de5f9 Mon Sep 17 00:00:00 2001 From: arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com> Date: Fri, 17 Jul 2020 22:11:37 -0700 Subject: [PATCH 1/3] fix: Update README.rst (#35) * fix: Update README.rst Fix the example usage in README * Update README.rst --- README.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.rst b/README.rst index ca7011cd..0455222b 100644 --- a/README.rst +++ b/README.rst @@ -79,19 +79,6 @@ Windows \Scripts\activate \Scripts\pip.exe install google-cloud-container -Example Usage -~~~~~~~~~~~~~ - -.. code:: py - - from google.cloud import container_v1 - - client = container_v1.ClusterManagerClient() - - project_id = '' - zone = '' - - response = client.list_clusters(project_id, zone) Next Steps ~~~~~~~~~~ From 5341b96719a82cb8509f4dcc9e66ee05acd95ae9 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 23 Jul 2020 19:23:58 -0700 Subject: [PATCH 2/3] docs: link to migration guide (#39) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 881ec237..067aa1dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ### ⚠ BREAKING CHANGES -* migrate to microgenerator (#33) +* migrate to microgenerator (#33). See the [migration guide](https://github.com/googleapis/python-container/blob/master/UPGRADING.md). ### Features From 17eaedebd4bdce10ce1c314352062b065be96f43 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2020 10:37:36 -0700 Subject: [PATCH 3/3] chore: release 2.0.1 (#36) * chore: updated CHANGELOG.md [ci skip] * chore: updated setup.cfg [ci skip] * chore: updated setup.py Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 067aa1dd..b526892d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://pypi.org/project/google-cloud-container/#history +### [2.0.1](https://www.github.com/googleapis/python-container/compare/v2.0.0...v2.0.1) (2020-07-24) + + +### Bug Fixes + +* Update README.rst ([#35](https://www.github.com/googleapis/python-container/issues/35)) ([e7d1c66](https://www.github.com/googleapis/python-container/commit/e7d1c66a3f14dc9554a9fbdc78ec16bc912de5f9)) + + +### Documentation + +* link to migration guide ([#39](https://www.github.com/googleapis/python-container/issues/39)) ([5341b96](https://www.github.com/googleapis/python-container/commit/5341b96719a82cb8509f4dcc9e66ee05acd95ae9)) + ## [2.0.0](https://www.github.com/googleapis/python-container/compare/v1.0.1...v2.0.0) (2020-07-16) diff --git a/setup.py b/setup.py index 5073ced1..78c73583 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-container" description = "Google Container Engine API client library" -version = "2.0.0" +version = "2.0.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'