Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
chore(main): release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Dec 6, 2022
1 parent ad2a2d7 commit 40383c7
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "2.8.3"
".": "2.9.0"
}

23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@

[1]: https://pypi.org/project/google-cloud-automl/#history

## [2.9.0](https://github.com/googleapis/python-automl/compare/v2.8.3...v2.9.0) (2022-12-06)


### Features

* add support for `google.cloud.automl.__version__` ([ea81cb4](https://github.com/googleapis/python-automl/commit/ea81cb4cf5dedd3b143c502261d978dac590cc20))
* Add typing to proto.Message based class attributes ([ea81cb4](https://github.com/googleapis/python-automl/commit/ea81cb4cf5dedd3b143c502261d978dac590cc20))


### Bug Fixes

* Add dict typing for client_options ([ea81cb4](https://github.com/googleapis/python-automl/commit/ea81cb4cf5dedd3b143c502261d978dac590cc20))
* **deps:** require google-api-core >=1.33.2 ([ea81cb4](https://github.com/googleapis/python-automl/commit/ea81cb4cf5dedd3b143c502261d978dac590cc20))
* **deps:** Require google-api-core >=1.34.0, >=2.11.0 ([ad2a2d7](https://github.com/googleapis/python-automl/commit/ad2a2d7806593d5f1f19a62562dbf110504b4097))
* Drop usage of pkg_resources ([ad2a2d7](https://github.com/googleapis/python-automl/commit/ad2a2d7806593d5f1f19a62562dbf110504b4097))
* Fix timeout default values ([ad2a2d7](https://github.com/googleapis/python-automl/commit/ad2a2d7806593d5f1f19a62562dbf110504b4097))


### Documentation

* **samples:** Snippetgen handling of repeated enum field ([ea81cb4](https://github.com/googleapis/python-automl/commit/ea81cb4cf5dedd3b143c502261d978dac590cc20))
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([ad2a2d7](https://github.com/googleapis/python-automl/commit/ad2a2d7806593d5f1f19a62562dbf110504b4097))

## [2.8.3](https://github.com/googleapis/python-automl/compare/v2.8.2...v2.8.3) (2022-10-07)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/automl/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.8.3" # {x-release-please-version}
__version__ = "2.9.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/automl_v1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.8.3" # {x-release-please-version}
__version__ = "2.9.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/automl_v1beta1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.8.3" # {x-release-please-version}
__version__ = "2.9.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-automl",
"version": "0.1.0"
"version": "2.9.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-automl",
"version": "0.1.0"
"version": "2.9.0"
},
"snippets": [
{
Expand Down

0 comments on commit 40383c7

Please sign in to comment.