From 949efaae9ee4c8f8db1a6c2e63cd40171bb93fd1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 20:37:02 +0000 Subject: [PATCH] chore(main): release 2.8.3 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a95b5262..7abdc9cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-automl/#history +## [2.8.3](https://github.com/googleapis/python-automl/compare/v2.8.2...v2.8.3) (2022-10-07) + + +### Bug Fixes + +* **deps:** Allow protobuf 3.19.5 ([#444](https://github.com/googleapis/python-automl/issues/444)) ([501d8bf](https://github.com/googleapis/python-automl/commit/501d8bf4c14609a3d55b3dd16afc4e327bdec37d)) + ## [2.8.2](https://github.com/googleapis/python-automl/compare/v2.8.1...v2.8.2) (2022-10-03) diff --git a/setup.py b/setup.py index 673bde91..65da447a 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ name = "google-cloud-automl" description = "Cloud AutoML API client library" -version = "2.8.2" +version = "2.8.3" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",