From 9b9598b97a5ab6d36b9778c1729b15ab45aed90f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 19:16:53 +0000 Subject: [PATCH] chore: release 3.0.2 --- CHANGELOG.md | 14 ++++++++++++++ setup.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11aa7cfa..6830667f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ [1]: https://pypi.org/project/google-cloud-translate/#history +### [3.0.2](https://www.github.com/googleapis/python-translate/compare/v3.0.1...v3.0.2) (2020-09-28) + + +### Bug Fixes + +* adjusts flaky test; deletes unneeded test ([#66](https://www.github.com/googleapis/python-translate/issues/66)) ([56a8beb](https://www.github.com/googleapis/python-translate/commit/56a8beb95b373b49e161aebdaa3e7afce56be247)) +* fix package name ([df71788](https://www.github.com/googleapis/python-translate/commit/df7178883022c1e49a85b02fb6841141036cd933)) +* **translate:** fix a broken test [([#4360](https://www.github.com/googleapis/python-translate/issues/4360))](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/4360) ([e6647a6](https://www.github.com/googleapis/python-translate/commit/e6647a6af6d1589cb0653b1e1a563653efc67300)), closes [#4353](https://www.github.com/googleapis/python-translate/issues/4353) + + +### Documentation + +* add w/ glossary and model ([1e030d4](https://www.github.com/googleapis/python-translate/commit/1e030d4557ee1f67bad5e5b4759d0200efd27afd)) + ### [3.0.1](https://www.github.com/googleapis/python-translate/compare/v3.0.0...v3.0.1) (2020-08-08) diff --git a/setup.py b/setup.py index 047a6707..9045fdcf 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-translate" description = "Google Cloud Translation API client library" -version = "3.0.1" +version = "3.0.2" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'