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

chore(main): release 3.8.0 #412

Merged
merged 1 commit into from
Jul 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## [3.8.0](https://github.com/googleapis/python-translate/compare/v3.7.4...v3.8.0) (2022-07-14)


### Features

* add audience parameter ([b665051](https://github.com/googleapis/python-translate/commit/b665051e24faff0a2715a0aeac29e6f97139e1c9))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#409](https://github.com/googleapis/python-translate/issues/409)) ([b665051](https://github.com/googleapis/python-translate/commit/b665051e24faff0a2715a0aeac29e6f97139e1c9))
* require python 3.7+ ([#411](https://github.com/googleapis/python-translate/issues/411)) ([a0cbe87](https://github.com/googleapis/python-translate/commit/a0cbe87f78a4df99509fd4f82154105d53a6a0ee))

## [3.7.4](https://github.com/googleapis/python-translate/compare/v3.7.3...v3.7.4) (2022-06-06)


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.7.4"
version = "3.8.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down