Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
chore(automl): release 0.6.0 (#9361)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Sep 30, 2019
1 parent 2740c3e commit 86feaab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## 0.6.0

09-30-2019 10:40 PDT

### New Features
- Add 'image_classification_model_deployment_metadata' arg to 'AutoMlClient.deploy_model' (via synth). ([#9291](https://github.com/googleapis/google-cloud-python/pull/9291))

### Documentation
- Fix intersphinx reference to requests. ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294))

### Internal / Testing Changes
- Preserve GcsClient, 'pandas' extras in testing (via synth). ([#9179](https://github.com/googleapis/google-cloud-python/pull/9179))

## 0.5.0

08-28-2019 14:07 PDT
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

name = "google-cloud-automl"
description = "Cloud AutoML API client library"
version = "0.5.0"
version = "0.6.0"
release_status = "Development Status :: 3 - Alpha"
dependencies = [
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
Expand Down

0 comments on commit 86feaab

Please sign in to comment.