Skip to content

Commit

Permalink
chore(vision): release 0.41.0 (#9919)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihanzhen authored and busunkim96 committed Dec 6, 2019
1 parent aa3c3ca commit b7c265b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions vision/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

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

## 0.41.0

12-05-2019 14:49 PST


### New Features
- Add deprecation warning to resource name helper functions. ([#9866](https://github.com/googleapis/google-cloud-python/pull/9866))

### Documentation
- Add deprecation information to resource name helper function documentation. ([#9866](https://github.com/googleapis/google-cloud-python/pull/9866))

## 0.40.0

11-08-2019 09:30 PST
Expand Down
2 changes: 1 addition & 1 deletion 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 = "0.40.0"
version = "0.41.0"
release_status = "Development Status :: 4 - Beta"
dependencies = [
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
Expand Down

0 comments on commit b7c265b

Please sign in to comment.