Skip to content

Commit 125052a

Browse files
chore: release 2.4.1 (#202)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 19064c0 commit 125052a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/google-cloud-vision/CHANGELOG.md

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

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

7+
### [2.4.1](https://www.github.com/googleapis/python-vision/compare/v2.4.0...v2.4.1) (2021-07-21)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#200](https://www.github.com/googleapis/python-vision/issues/200)) ([1409d36](https://www.github.com/googleapis/python-vision/commit/1409d366835f3e12bc5b26c09123b2e70f9dcb70))
13+
714
## [2.4.0](https://www.github.com/googleapis/python-vision/compare/v2.3.2...v2.4.0) (2021-07-12)
815

916

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.4.0"
22+
version = "2.4.1"
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)