Skip to content

Commit

Permalink
chore: release 2.3.0 (#122)
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 Mar 31, 2021
1 parent 3f3beb4 commit 472e538
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/google-cloud-vision/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [2.3.0](https://www.github.com/googleapis/python-vision/compare/v2.2.0...v2.3.0) (2021-03-31)


### Features

* add `from_service_account_info` ([ace6046](https://www.github.com/googleapis/python-vision/commit/ace604680ff0f2d1b0d458aa5c3eb1e98b4e81b0))


### Bug Fixes

* fix retry deadlines ([#119](https://www.github.com/googleapis/python-vision/issues/119)) ([ace6046](https://www.github.com/googleapis/python-vision/commit/ace604680ff0f2d1b0d458aa5c3eb1e98b4e81b0))

## [2.2.0](https://www.github.com/googleapis/python-vision/compare/v2.1.0...v2.2.0) (2021-02-11)


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.2.0"
version = "2.3.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 472e538

Please sign in to comment.