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

Commit

Permalink
Release automl 0.1.1 (#5677)
Browse files Browse the repository at this point in the history
* Release 0.1.1
  • Loading branch information
crwilcox committed Jul 23, 2018
1 parent 5b93456 commit 05320b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

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

## 0.1.1

### Documentation
- Fix broken links (#5675)
- bad trove classifier (#5648)

## 0.1.0

### New Features
Expand Down
6 changes: 1 addition & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ Python Client for Cloud AutoML API (`Alpha`_)

`Cloud AutoML API`_: The AutoML project API.

- `Client Library Documentation`_
- `Product Documentation`_

.. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
.. _Cloud AutoML API: https://cloud.google.com/automl
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/automl/usage.html
.. _Product Documentation: https://cloud.google.com/automl

Quick Start
Expand Down Expand Up @@ -64,8 +62,6 @@ Windows
Next Steps
~~~~~~~~~~

- Read the `Client Library Documentation`_ for Cloud AutoML API
API to see other available methods on the client.
- Read the `Cloud AutoML API Product documentation`_ to learn
more about the product and see How-to Guides.
- View this `repository’s main README`_ to see the full list of Cloud
Expand All @@ -80,4 +76,4 @@ Api Reference
:maxdepth: 2

gapic/v1beta1/api
gapic/v1beta1/types
gapic/v1beta1/types
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.1.0'
version = '0.1.1'
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
'google-api-core[grpc] >= 1.1.0, < 2.0.0dev',
Expand Down

0 comments on commit 05320b7

Please sign in to comment.