Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
chore: release 2.0.0 (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Sep 29, 2020
1 parent cf3d353 commit 73617c1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,27 @@

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

## [2.0.0](https://www.github.com/googleapis/python-vision/compare/v1.0.0...v2.0.0) (2020-09-29)


### ⚠ BREAKING CHANGES

* migrate to use microgen (#52)

### Features

* migrate to use microgen ([#52](https://www.github.com/googleapis/python-vision/issues/52)) ([cf3d353](https://www.github.com/googleapis/python-vision/commit/cf3d35306c3a8f6d32cc7ce1eb436c965acc30fe))


### Bug Fixes

* update retry configs ([#29](https://www.github.com/googleapis/python-vision/issues/29)) ([39c1652](https://www.github.com/googleapis/python-vision/commit/39c16522f7bc97544c361f8e14dbc9a2a5d4c0e4))


### Documentation

* added note about not supported device ([#24](https://www.github.com/googleapis/python-vision/issues/24)) ([b33fa88](https://www.github.com/googleapis/python-vision/commit/b33fa88e4f1e9cb2f6e029e6a34364fb6cdc1a96))

## [1.0.0](https://www.github.com/googleapis/python-vision/compare/v0.42.0...v1.0.0) (2020-02-28)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@

name = "google-cloud-vision"
description = "Cloud Vision API API client library"
version = "1.0.0"
version = "2.0.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
Expand Down

0 comments on commit 73617c1

Please sign in to comment.