Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
chore(main): release 1.6.0 (#200)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Dec 15, 2022
1 parent ac1bc46 commit 03711df
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "1.5.2"
".": "1.6.0"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,30 @@
# Changelog

## [1.6.0](https://github.com/googleapis/python-tpu/compare/v1.5.2...v1.6.0) (2022-12-15)


### Features

* Add support for `google.cloud.tpu.__version__` ([7bb593a](https://github.com/googleapis/python-tpu/commit/7bb593a5f9813c94210628bf447220a30fa74f8b))
* Add typing to proto.Message based class attributes ([7bb593a](https://github.com/googleapis/python-tpu/commit/7bb593a5f9813c94210628bf447220a30fa74f8b))
* Publishing TPU v2 API ([ac1bc46](https://github.com/googleapis/python-tpu/commit/ac1bc467ebffc8c8457d7dd08daf45cdc5826662))


### Bug Fixes

* Add dict typing for client_options ([7bb593a](https://github.com/googleapis/python-tpu/commit/7bb593a5f9813c94210628bf447220a30fa74f8b))
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([ac1bc46](https://github.com/googleapis/python-tpu/commit/ac1bc467ebffc8c8457d7dd08daf45cdc5826662))
* Drop usage of pkg_resources ([ac1bc46](https://github.com/googleapis/python-tpu/commit/ac1bc467ebffc8c8457d7dd08daf45cdc5826662))
* Fix incorrect resource annotations for TPU v2alpha1 API ([ac1bc46](https://github.com/googleapis/python-tpu/commit/ac1bc467ebffc8c8457d7dd08daf45cdc5826662))
* Fix timeout default values ([ac1bc46](https://github.com/googleapis/python-tpu/commit/ac1bc467ebffc8c8457d7dd08daf45cdc5826662))


### Documentation

* Minor updates in comments ([#201](https://github.com/googleapis/python-tpu/issues/201)) ([0519c68](https://github.com/googleapis/python-tpu/commit/0519c684182432d210b67b885e31e7d91adfbf45))
* **samples:** Snippetgen handling of repeated enum field ([7bb593a](https://github.com/googleapis/python-tpu/commit/7bb593a5f9813c94210628bf447220a30fa74f8b))
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([ac1bc46](https://github.com/googleapis/python-tpu/commit/ac1bc467ebffc8c8457d7dd08daf45cdc5826662))

## [1.5.2](https://github.com/googleapis/python-tpu/compare/v1.5.1...v1.5.2) (2022-10-07)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/tpu/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.5.2" # {x-release-please-version}
__version__ = "1.6.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/tpu_v1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.5.2" # {x-release-please-version}
__version__ = "1.6.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/tpu_v2/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.5.2" # {x-release-please-version}
__version__ = "1.6.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/tpu_v2alpha1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.5.2" # {x-release-please-version}
__version__ = "1.6.0" # {x-release-please-version}
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-tpu",
"version": "0.1.0"
"version": "1.6.0"
},
"snippets": [
{
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-tpu",
"version": "0.1.0"
"version": "1.6.0"
},
"snippets": [
{
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-tpu",
"version": "0.1.0"
"version": "1.6.0"
},
"snippets": [
{
Expand Down

0 comments on commit 03711df

Please sign in to comment.