Skip to content

Commit 88c6f7a

Browse files
chore(main): release 2.8.0 (#454)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent fc01273 commit 88c6f7a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/google-cloud-vision/CHANGELOG.md

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

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

7+
## [2.8.0](https://github.com/googleapis/python-vision/compare/v2.7.3...v2.8.0) (2022-07-14)
8+
9+
10+
### Features
11+
12+
* add audience parameter ([#455](https://github.com/googleapis/python-vision/issues/455)) ([1d8fe5f](https://github.com/googleapis/python-vision/commit/1d8fe5f5bf4d61b759766e5bf11a50937710e9a5))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([1d8fe5f](https://github.com/googleapis/python-vision/commit/1d8fe5f5bf4d61b759766e5bf11a50937710e9a5))
18+
* require python 3.7+ ([#452](https://github.com/googleapis/python-vision/issues/452)) ([401bd73](https://github.com/googleapis/python-vision/commit/401bd73afd6c2e5e2c776249fe647858384c0433))
19+
720
## [2.7.3](https://github.com/googleapis/python-vision/compare/v2.7.2...v2.7.3) (2022-06-06)
821

922

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.7.3"
22+
version = "2.8.0"
2323
release_status = "Development Status :: 5 - Production/Stable"
2424
dependencies = [
2525
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",

0 commit comments

Comments
 (0)