From 064047a50ee3c0b0fed9e46114bb41dc219d441b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 14 Jul 2021 15:26:45 +0000 Subject: [PATCH] chore: release 0.2.0 --- CHANGELOG.md | 18 ++++++++++++++++++ setup.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f00e854..96f5703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.2.0](https://www.github.com/googleapis/python-tpu/compare/v0.1.0...v0.2.0) (2021-07-14) + + +### Features + +* add always_use_jwt_access ([#11](https://www.github.com/googleapis/python-tpu/issues/11)) ([5ed6734](https://www.github.com/googleapis/python-tpu/commit/5ed673416bc3cbaf28c7ff7537261a506d246418)) + + +### Bug Fixes + +* disable always_use_jwt_access ([b03acdf](https://www.github.com/googleapis/python-tpu/commit/b03acdf41b2deac509184f9038db70a161b4f30b)) +* disable always_use_jwt_access ([#15](https://www.github.com/googleapis/python-tpu/issues/15)) ([b03acdf](https://www.github.com/googleapis/python-tpu/commit/b03acdf41b2deac509184f9038db70a161b4f30b)) + + +### Documentation + +* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-tpu/issues/1127)) ([#6](https://www.github.com/googleapis/python-tpu/issues/6)) ([e2c8018](https://www.github.com/googleapis/python-tpu/commit/e2c801881d4a6018f56b8fe81d32b0e50bd4426f)), closes [#1126](https://www.github.com/googleapis/python-tpu/issues/1126) + ## 0.1.0 (2021-06-13) diff --git a/setup.py b/setup.py index 9ee812f..b2faf1b 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-tpu" description = "Cloud TPU API client library" -version = "0.1.0" +version = "0.2.0" release_status = "Development Status :: 4 - Beta" url = "https://github.com/googleapis/python-tpu" dependencies = [