We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfc3f6 commit f5fb682Copy full SHA for f5fb682
2 files changed
automl/CHANGELOG.md
@@ -4,6 +4,14 @@
4
5
[1]: https://pypi.org/project/google-cloud-automl/#history
6
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
15
## 0.6.0
16
17
09-30-2019 10:40 PDT
automl/setup.py
@@ -19,7 +19,7 @@
19
20
name = "google-cloud-automl"
21
description = "Cloud AutoML API client library"
22
-version = "0.6.0"
+version = "0.7.0"
23
release_status = "Development Status :: 3 - Alpha"
24
dependencies = [
25
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
0 commit comments