Skip to content

Commit ca9a854

Browse files
authored
Release 1.6.0 (#6469)
1 parent f9ff82d commit ca9a854

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

packages/google-cloud-videointelligence/CHANGELOG.md

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

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

7+
## 1.6.0
8+
9+
11-09-2018 13:36 PST
10+
11+
12+
### Implementation Changes
13+
- Add support for speech transcription. ([#6313](https://github.com/googleapis/google-cloud-python/pull/6313))
14+
- Fix client_info bug, update docstrings and timeouts. ([#6425](https://github.com/googleapis/google-cloud-python/pull/6425))
15+
16+
### Dependencies
17+
- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
18+
- Avoid broken 'google-common-apis 1.5.4' release. ([#6355](https://github.com/googleapis/google-cloud-python/pull/6355))
19+
20+
### Documentation
21+
- normalize use of support level badges.([#6159](https://github.com/googleapis/google-cloud-python/pull/6159))
22+
23+
### Internal / Testing Changes
24+
- Add 'mock' to unit test dependencies for autogen libs. ([#6402](https://github.com/googleapis/google-cloud-python/pull/6402))
25+
726
## 1.5.0
827

928
### New Features

packages/google-cloud-videointelligence/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = 'google-cloud-videointelligence'
2424
description = 'Google Cloud Video Intelligence API client library'
25-
version = '1.5.0'
25+
version = '1.6.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)