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

Commit d772b65

Browse files
chore: release 2.3.0 (#122)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 7f1ee35 commit d772b65

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

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

7+
## [2.3.0](https://www.github.com/googleapis/python-vision/compare/v2.2.0...v2.3.0) (2021-03-31)
8+
9+
10+
### Features
11+
12+
* add `from_service_account_info` ([ace6046](https://www.github.com/googleapis/python-vision/commit/ace604680ff0f2d1b0d458aa5c3eb1e98b4e81b0))
13+
14+
15+
### Bug Fixes
16+
17+
* fix retry deadlines ([#119](https://www.github.com/googleapis/python-vision/issues/119)) ([ace6046](https://www.github.com/googleapis/python-vision/commit/ace604680ff0f2d1b0d458aa5c3eb1e98b4e81b0))
18+
719
## [2.2.0](https://www.github.com/googleapis/python-vision/compare/v2.1.0...v2.2.0) (2021-02-11)
820

921

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
name = "google-cloud-vision"
2121
description = "Cloud Vision API API client library"
22-
version = "2.2.0"
22+
version = "2.3.0"
2323
release_status = "Development Status :: 5 - Production/Stable"
2424
dependencies = [
2525
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",

0 commit comments

Comments
 (0)