From d5ee1f6656ac2290d2bd7f18d71e50f20ae8d436 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 15 Dec 2021 14:12:38 -0500 Subject: [PATCH] chore: release 1.31.5 (#322) --- CHANGELOG.md | 8 ++++++++ google/api_core/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c40d2e..d0507590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://pypi.org/project/google-api-core/#history +### [1.31.5](https://www.github.com/googleapis/python-api-core/compare/v1.31.4...v1.31.5) (2021-12-15) + + +### Bug Fixes + +* exclude function target from retry deadline exceeded exception message ([#321](https://www.github.com/googleapis/python-api-core/issues/321)) ([34ebdcc](https://www.github.com/googleapis/python-api-core/commit/4cc4e6500e525d172a5403c8f6c4cf01fef4e66b)) + + ### [1.31.4](https://www.github.com/googleapis/python-api-core/compare/v1.31.3...v1.31.4) (2021-11-08) diff --git a/google/api_core/version.py b/google/api_core/version.py index 452b047d..25a80527 100644 --- a/google/api_core/version.py +++ b/google/api_core/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.31.4" +__version__ = "1.31.5"