From 0dc9f6f87ca63b23e30b518e75a0385e987085a2 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 17:00:13 +0000 Subject: [PATCH] chore: release 2.5.0 (#266) :robot: I have created a release \*beep\* \*boop\* --- ## [2.5.0](https://www.github.com/googleapis/python-automl/compare/v2.4.2...v2.5.0) (2021-10-08) ### Features * add context manager support in client ([#264](https://www.github.com/googleapis/python-automl/issues/264)) ([83b7a3d](https://www.github.com/googleapis/python-automl/commit/83b7a3dc757b6313861e40422f10ac8ad636cd5b)) ### Bug Fixes * add 'dict' annotation type to 'request' ([a97f88b](https://www.github.com/googleapis/python-automl/commit/a97f88b2b13beb53088f3b94be674f31a93957ed)) * flaky test, issue 223 ([#250](https://www.github.com/googleapis/python-automl/issues/250)) ([efb9d0b](https://www.github.com/googleapis/python-automl/commit/efb9d0b3eff27364764aa5d6dc7fa57c3d4825e5)) * improper types in pagers generation ([5ae7bcf](https://www.github.com/googleapis/python-automl/commit/5ae7bcf39d4cd2733f46c0f38a47f92e676cfa45)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- packages/google-cloud-automl/CHANGELOG.md | 14 ++++++++++++++ packages/google-cloud-automl/setup.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-automl/CHANGELOG.md b/packages/google-cloud-automl/CHANGELOG.md index 1d72184589bd..c25736ae6f9e 100644 --- a/packages/google-cloud-automl/CHANGELOG.md +++ b/packages/google-cloud-automl/CHANGELOG.md @@ -4,6 +4,20 @@ [1]: https://pypi.org/project/google-cloud-automl/#history +## [2.5.0](https://www.github.com/googleapis/python-automl/compare/v2.4.2...v2.5.0) (2021-10-08) + + +### Features + +* add context manager support in client ([#264](https://www.github.com/googleapis/python-automl/issues/264)) ([83b7a3d](https://www.github.com/googleapis/python-automl/commit/83b7a3dc757b6313861e40422f10ac8ad636cd5b)) + + +### Bug Fixes + +* add 'dict' annotation type to 'request' ([a97f88b](https://www.github.com/googleapis/python-automl/commit/a97f88b2b13beb53088f3b94be674f31a93957ed)) +* flaky test, issue 223 ([#250](https://www.github.com/googleapis/python-automl/issues/250)) ([efb9d0b](https://www.github.com/googleapis/python-automl/commit/efb9d0b3eff27364764aa5d6dc7fa57c3d4825e5)) +* improper types in pagers generation ([5ae7bcf](https://www.github.com/googleapis/python-automl/commit/5ae7bcf39d4cd2733f46c0f38a47f92e676cfa45)) + ### [2.4.2](https://www.github.com/googleapis/python-automl/compare/v2.4.1...v2.4.2) (2021-07-27) diff --git a/packages/google-cloud-automl/setup.py b/packages/google-cloud-automl/setup.py index 0c9dec85f7a9..e2398d7b4a61 100644 --- a/packages/google-cloud-automl/setup.py +++ b/packages/google-cloud-automl/setup.py @@ -19,7 +19,7 @@ name = "google-cloud-automl" description = "Cloud AutoML API client library" -version = "2.4.2" +version = "2.5.0" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ # NOTE: Maintainers, please do not require google-api-core>=2.x.x