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

Commit

Permalink
chore: release 2.1.0 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Oct 27, 2020
1 parent 0233804 commit dbf1bf1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,20 @@

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

## [2.1.0](https://www.github.com/googleapis/python-automl/compare/v2.0.0...v2.1.0) (2020-10-27)


### Features

* add text extraction health care option in create model ([#86](https://www.github.com/googleapis/python-automl/issues/86)) ([0233804](https://www.github.com/googleapis/python-automl/commit/0233804885846295508a5fc98929dba598172244))

### Bug Fixes
* **v1beta1**: Rename message attributes that conflict with built-ins. `type` ->`type_`, `min` -> `min_`, `max` -> `max_`

### Documentation

* fix supported Python versions in README ([#70](https://www.github.com/googleapis/python-automl/issues/70)) ([fc0ca41](https://www.github.com/googleapis/python-automl/commit/fc0ca41594c6aa86ffe32dee7834d1526cad0aab))

## [2.0.0](https://www.github.com/googleapis/python-automl/compare/v1.0.1...v2.0.0) (2020-09-16)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@

name = "google-cloud-automl"
description = "Cloud AutoML API client library"
version = "2.0.0"
version = "2.1.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.22.0, < 2.0.0dev",
Expand Down

0 comments on commit dbf1bf1

Please sign in to comment.