diff --git a/CHANGELOG.md b/CHANGELOG.md index 881ec237..b526892d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,24 @@ [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) ### ⚠ 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 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 ~~~~~~~~~~ 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'