Skip to content

Commit e0e4d1a

Browse files
authored
chore(automl): release 0.7.1 (#9566)
1 parent 22df5b5 commit e0e4d1a

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.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+
715
## 0.7.0
816

917
10-04-2019 15:37 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.7.0"
22+
version = "0.7.1"
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)