Skip to content

Commit 1a277de

Browse files
release-please[bot]pull[bot]
authored andcommitted
chore: release 0.10.0 (#9)
* updated CHANGELOG.md [ci skip] * updated setup.py [ci skip]
1 parent 327c545 commit 1a277de

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

packages/google-cloud-automl/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

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

7+
## [0.10.0](https://www.github.com/googleapis/python-automl/compare/v0.9.0...v0.10.0) (2020-01-31)
8+
9+
10+
### Features
11+
12+
* **automl:** undeprecate resource name helper methods, add 2.7 deprecation warning (via synth) ([#10037](https://www.github.com/googleapis/python-automl/issues/10037)) ([763a961](https://www.github.com/googleapis/python-automl/commit/763a9611d45d86b6024bcd74dfb8e93099a3f9e0))
13+
14+
15+
### Bug Fixes
16+
17+
* **automl:** fix TablesClient.predict for array and struct ([#9991](https://www.github.com/googleapis/python-automl/issues/9991)) ([39f6f2a](https://www.github.com/googleapis/python-automl/commit/39f6f2a5f59b7f61096fb3f43c05501ebc19f676)), closes [#9887](https://www.github.com/googleapis/python-automl/issues/9887)
18+
* **automl:** fix TypeError when passing a client_info to automl TablesClient ([#9949](https://www.github.com/googleapis/python-automl/issues/9949)) ([75783ec](https://www.github.com/googleapis/python-automl/commit/75783ec359871957253797cdbaa25042c8c02284))
19+
720
## 0.9.0
821

922
11-18-2019 09:49 PST
@@ -205,4 +218,3 @@
205218

206219
### New Features
207220
- Initial Release of AutoML v1beta1
208-

packages/google-cloud-automl/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
name = "google-cloud-automl"
2121
description = "Cloud AutoML API client library"
22-
version = "0.9.0"
22+
version = "0.10.0"
2323
release_status = "Development Status :: 3 - Alpha"
2424
dependencies = [
2525
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",

0 commit comments

Comments
 (0)