Skip to content

Commit 56dd034

Browse files
chore(main): release 2.7.0 (#301)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent a512227 commit 56dd034

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/google-cloud-vision/CHANGELOG.md

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

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

7+
## [2.7.0](https://github.com/googleapis/python-vision/compare/v2.6.3...v2.7.0) (2022-02-28)
8+
9+
10+
### Features
11+
12+
* add api key support ([#300](https://github.com/googleapis/python-vision/issues/300)) ([25fc254](https://github.com/googleapis/python-vision/commit/25fc254a117f025bd0c7bddbc7b246b3c5a2b760))
13+
14+
15+
### Bug Fixes
16+
17+
* resolve DuplicateCredentialArgs error when using credentials_file ([#304](https://github.com/googleapis/python-vision/issues/304)) ([6cca548](https://github.com/googleapis/python-vision/commit/6cca5487296127d7690734fdc610672b983607f2))
18+
19+
20+
### Documentation
21+
22+
* add auto-generated samples ([#309](https://github.com/googleapis/python-vision/issues/309)) ([efc022d](https://github.com/googleapis/python-vision/commit/efc022d6b850dffbb621c066aa8fd1ff69cb0519))
23+
724
### [2.6.3](https://www.github.com/googleapis/python-vision/compare/v2.6.2...v2.6.3) (2021-12-12)
825

926

packages/google-cloud-vision/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.6.3"
22+
version = "2.7.0"
2323
release_status = "Development Status :: 5 - Production/Stable"
2424
dependencies = [
2525
# NOTE: Maintainers, please do not require google-api-core>=2.x.x

0 commit comments

Comments
 (0)