Skip to content

Commit

Permalink
chore: release 2.1.0 (#84)
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] authored Jan 26, 2021
1 parent 7d8d2a3 commit a925007
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/google-cloud-vision/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

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

## [2.1.0](https://www.github.com/googleapis/python-vision/compare/v2.0.0...v2.1.0) (2021-01-26)


### Features

* **v1:** add text detection params; fix: remove client side recv limits ([#82](https://www.github.com/googleapis/python-vision/issues/82)) ([eaf1621](https://www.github.com/googleapis/python-vision/commit/eaf1621dc5a76e970e58d6366a80c1272be83ed2))


### Bug Fixes

* Fixes VPCSC Tests that did not conform to V2.0.0 client API ([#61](https://www.github.com/googleapis/python-vision/issues/61)) ([efed79a](https://www.github.com/googleapis/python-vision/commit/efed79a18c2c66bccb42aa214610fa5e7f9898dc))


### Documentation

* update example usage ([#68](https://www.github.com/googleapis/python-vision/issues/68)) ([ea22e98](https://www.github.com/googleapis/python-vision/commit/ea22e981ff1dfc87a18b026c5e775d5f08a29821))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-vision/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

name = "google-cloud-vision"
description = "Cloud Vision API API client library"
version = "2.0.0"
version = "2.1.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 a925007

Please sign in to comment.