Skip to content

Commit

Permalink
chore: release 3.0.1 (#41)
Browse files Browse the repository at this point in the history
* chore: updated CHANGELOG.md [ci skip]

* chore: updated setup.cfg [ci skip]

* chore: updated setup.py

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Aug 10, 2020
1 parent c8b5acc commit 37fc6ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/google-cloud-translate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

### [3.0.1](https://www.github.com/googleapis/python-translate/compare/v3.0.0...v3.0.1) (2020-08-08)


### Bug Fixes

* update retry and timeout config ([#39](https://www.github.com/googleapis/python-translate/issues/39)) ([a334317](https://www.github.com/googleapis/python-translate/commit/a334317bc34b8927adfbc4a2559dbb71ee22c78d))

## [3.0.0](https://www.github.com/googleapis/python-translate/compare/v2.0.2...v3.0.0) (2020-08-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-translate/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.0.0"
version = "3.0.1"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 37fc6ba

Please sign in to comment.