From a7646020d15306b17af336a48b71522c930a11e5 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 12:10:08 -0400 Subject: [PATCH] chore(main): release 3.8.4 (#458) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf3d59e4..ae0dd924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-translate/#history +## [3.8.4](https://github.com/googleapis/python-translate/compare/v3.8.3...v3.8.4) (2022-10-07) + + +### Bug Fixes + +* **deps:** Allow protobuf 3.19.5 ([#457](https://github.com/googleapis/python-translate/issues/457)) ([e3ce689](https://github.com/googleapis/python-translate/commit/e3ce689f23cf1b081705ccb9c7fbd31d79cb44e5)) + ## [3.8.3](https://github.com/googleapis/python-translate/compare/v3.8.2...v3.8.3) (2022-10-03) diff --git a/setup.py b/setup.py index a1c35b5a..e2536902 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-translate" description = "Google Cloud Translation API client library" -version = "3.8.3" +version = "3.8.4" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'