From 48e806aa54cf26d3f3895584f53213ca0139e4ba Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 21:58:31 +0000 Subject: [PATCH] chore(main): release 3.8.0 --- CHANGELOG.md | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f32e88..757f6a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/setup.py b/setup.py index 0b5ed023..1761bf2d 100644 --- a/setup.py +++ b/setup.py @@ -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'