Skip to content

Commit

Permalink
chore(main): release 3.1.1 (#469)
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 Aug 15, 2022
1 parent aa4ef4b commit 2afa018
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/google-cloud-vision/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

## [3.1.1](https://github.com/googleapis/python-vision/compare/v3.1.0...v3.1.1) (2022-08-11)


### Bug Fixes

* **deps:** allow protobuf < 5.0.0 ([#468](https://github.com/googleapis/python-vision/issues/468)) ([36eaa25](https://github.com/googleapis/python-vision/commit/36eaa25a6de65d4ec57f6c15475102659478656b))
* **deps:** require proto-plus >= 1.22.0 ([36eaa25](https://github.com/googleapis/python-vision/commit/36eaa25a6de65d4ec57f6c15475102659478656b))

## [3.1.0](https://github.com/googleapis/python-vision/compare/v3.0.0...v3.1.0) (2022-08-05)


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 = "3.1.0"
version = "3.1.1"
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 2afa018

Please sign in to comment.