From d78018823df002b57c9633e14022ec0836ac33ad Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 11:14:57 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e67b48e..41a2967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.3.0](https://github.com/googleapis/python-tpu/compare/v1.2.1...v1.3.0) (2022-02-03) + + +### Features + +* add api key support ([#74](https://github.com/googleapis/python-tpu/issues/74)) ([c6b1bfa](https://github.com/googleapis/python-tpu/commit/c6b1bfaecdf02c53d972f6d4181d3eb49d7f460a)) + + +### Bug Fixes + +* resolve DuplicateCredentialArgs error when using credentials_file ([776dbea](https://github.com/googleapis/python-tpu/commit/776dbea03b1bc19e930b62708ec68bce49f4d06d)) + ### [1.2.1](https://www.github.com/googleapis/python-tpu/compare/v1.2.0...v1.2.1) (2021-11-01) diff --git a/setup.py b/setup.py index 0ec591e..6ff0dcf 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-tpu" description = "Cloud TPU API client library" -version = "1.2.1" +version = "1.3.0" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-tpu" dependencies = [