From c0c47423f1d44fa649d1d8aa4018e276f9359297 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 11:39:24 -0500 Subject: [PATCH] chore(main): release 2.13.1 (#336) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- packages/google-cloud-python-speech/CHANGELOG.md | 8 ++++++++ packages/google-cloud-python-speech/setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-python-speech/CHANGELOG.md b/packages/google-cloud-python-speech/CHANGELOG.md index 999c1310a3de..67ad10470e03 100644 --- a/packages/google-cloud-python-speech/CHANGELOG.md +++ b/packages/google-cloud-python-speech/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://pypi.org/project/google-cloud-speech/#history +### [2.13.1](https://github.com/googleapis/python-speech/compare/v2.13.0...v2.13.1) (2022-03-05) + + +### Bug Fixes + +* **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#334](https://github.com/googleapis/python-speech/issues/334)) ([b35bd09](https://github.com/googleapis/python-speech/commit/b35bd0963fced72c927a4ffb1c08050b5cf590a2)) +* **deps:** require proto-plus>=1.15.0 ([b35bd09](https://github.com/googleapis/python-speech/commit/b35bd0963fced72c927a4ffb1c08050b5cf590a2)) + ## [2.13.0](https://github.com/googleapis/python-speech/compare/v2.12.0...v2.13.0) (2022-02-26) diff --git a/packages/google-cloud-python-speech/setup.py b/packages/google-cloud-python-speech/setup.py index f738550a0f2a..423bd917a1a5 100644 --- a/packages/google-cloud-python-speech/setup.py +++ b/packages/google-cloud-python-speech/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-speech" description = "Google Cloud Speech API client library" -version = "2.13.0" +version = "2.13.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'