Skip to content

Commit f5fb682

Browse files
authored
chore(automl): release 0.7.0 (#9399)
1 parent edfc3f6 commit f5fb682

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

automl/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

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

7+
## 0.7.0
8+
9+
10-04-2019 15:37 PDT
10+
11+
### New Features
12+
- Generate v1. ([#9388](https://github.com/googleapis/google-cloud-python/pull/9388))
13+
- Add support for passing project to 'GcsClient'. ([#9299](https://github.com/googleapis/google-cloud-python/pull/9299))
14+
715
## 0.6.0
816

917
09-30-2019 10:40 PDT

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.6.0"
22+
version = "0.7.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)