Skip to content

Commit

Permalink
chore(main): release 3.8.0 (#412)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [3.8.0](googleapis/python-translate@v3.7.4...v3.8.0) (2022-07-14)


### Features

* add audience parameter ([b665051](googleapis/python-translate@b665051))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#409](googleapis/python-translate#409)) ([b665051](googleapis/python-translate@b665051))
* require python 3.7+ ([#411](googleapis/python-translate#411)) ([a0cbe87](googleapis/python-translate@a0cbe87))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Jul 14, 2022
1 parent eb61c5e commit 0e13079
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-cloud-translate/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 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.7.4"
version = "3.8.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 0e13079

Please sign in to comment.