We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22df5b5 commit e0e4d1aCopy full SHA for e0e4d1a
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.1
8
+
9
+10-29-2019 13:45 PDT
10
11
12
+### Implementation Changes
13
+- Pass credentials to underlying clients in TableClient ([#9491](https://github.com/googleapis/google-cloud-python/pull/9491))
14
15
## 0.7.0
16
17
10-04-2019 15:37 PDT
automl/setup.py
@@ -19,7 +19,7 @@
19
20
name = "google-cloud-automl"
21
description = "Cloud AutoML API client library"
22
-version = "0.7.0"
+version = "0.7.1"
23
release_status = "Development Status :: 3 - Alpha"
24
dependencies = [
25
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
0 commit comments