Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
chore: release 3.5.0 (#268)
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 Oct 12, 2021
1 parent 0cff0f2 commit 684bd28
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

[1]: https://pypi.org/project/google-cloud-translate/#history

## [3.5.0](https://www.github.com/googleapis/python-translate/compare/v3.4.1...v3.5.0) (2021-10-11)


### Features

* add context manager support in client ([#267](https://www.github.com/googleapis/python-translate/issues/267)) ([6e750e8](https://www.github.com/googleapis/python-translate/commit/6e750e8d655cc6ae7967ff5e105b6f64dd05c4c3))


### Bug Fixes

* [#254](https://www.github.com/googleapis/python-translate/issues/254) by increasing timeout, use backoff module instead of flaky ([#271](https://www.github.com/googleapis/python-translate/issues/271)) ([0cff0f2](https://www.github.com/googleapis/python-translate/commit/0cff0f2d6c1a6509f03e18a5a3dbd8377f864b27))

### [3.4.1](https://www.github.com/googleapis/python-translate/compare/v3.4.0...v3.4.1) (2021-09-30)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-translate"
description = "Google Cloud Translation API client library"
version = "3.4.1"
version = "3.5.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 684bd28

Please sign in to comment.