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

Commit

Permalink
chore: release 0.2.2 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 29, 2021
1 parent 53e254f commit de48dd5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog

### [0.2.2](https://www.github.com/googleapis/python-tpu/compare/v0.2.1...v0.2.2) (2021-07-29)


### Bug Fixes

* enable self signed jwt for grpc ([#24](https://www.github.com/googleapis/python-tpu/issues/24)) ([4285625](https://www.github.com/googleapis/python-tpu/commit/4285625fc0f935820dbb428606730f10033f1974))


### Documentation

* add Samples section to CONTRIBUTING.rst ([#20](https://www.github.com/googleapis/python-tpu/issues/20)) ([2724d46](https://www.github.com/googleapis/python-tpu/commit/2724d4653cc4c261f578a9862a4ba0adfa065236))


### Miscellaneous Chores

* release as 0.2.2 ([#25](https://www.github.com/googleapis/python-tpu/issues/25)) ([53e254f](https://www.github.com/googleapis/python-tpu/commit/53e254fbd3148eacf72236fe264049570e5f1c95))

### [0.2.1](https://www.github.com/googleapis/python-tpu/compare/v0.2.0...v0.2.1) (2021-07-21)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-tpu"
description = "Cloud TPU API client library"
version = "0.2.1"
version = "0.2.2"
release_status = "Development Status :: 4 - Beta"
url = "https://github.com/googleapis/python-tpu"
dependencies = [
Expand Down

0 comments on commit de48dd5

Please sign in to comment.