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

Commit

Permalink
chore(main): release 2.8.0 (#454)
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 Jul 14, 2022
1 parent 1d8fe5f commit 474d597
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## [2.8.0](https://github.com/googleapis/python-vision/compare/v2.7.3...v2.8.0) (2022-07-14)


### Features

* add audience parameter ([#455](https://github.com/googleapis/python-vision/issues/455)) ([1d8fe5f](https://github.com/googleapis/python-vision/commit/1d8fe5f5bf4d61b759766e5bf11a50937710e9a5))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([1d8fe5f](https://github.com/googleapis/python-vision/commit/1d8fe5f5bf4d61b759766e5bf11a50937710e9a5))
* require python 3.7+ ([#452](https://github.com/googleapis/python-vision/issues/452)) ([401bd73](https://github.com/googleapis/python-vision/commit/401bd73afd6c2e5e2c776249fe647858384c0433))

## [2.7.3](https://github.com/googleapis/python-vision/compare/v2.7.2...v2.7.3) (2022-06-06)


Expand Down
2 changes: 1 addition & 1 deletion 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.7.3"
version = "2.8.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"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.*",
Expand Down

0 comments on commit 474d597

Please sign in to comment.