Skip to content

Commit b7c265b

Browse files
yihanzhenbusunkim96
authored andcommitted
chore(vision): release 0.41.0 (#9919)
1 parent aa3c3ca commit b7c265b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

vision/CHANGELOG.md

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

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

7+
## 0.41.0
8+
9+
12-05-2019 14:49 PST
10+
11+
12+
### New Features
13+
- Add deprecation warning to resource name helper functions. ([#9866](https://github.com/googleapis/google-cloud-python/pull/9866))
14+
15+
### Documentation
16+
- Add deprecation information to resource name helper function documentation. ([#9866](https://github.com/googleapis/google-cloud-python/pull/9866))
17+
718
## 0.40.0
819

920
11-08-2019 09:30 PST

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 = "0.40.0"
22+
version = "0.41.0"
2323
release_status = "Development Status :: 4 - Beta"
2424
dependencies = [
2525
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",

0 commit comments

Comments
 (0)