Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee501b7

Browse files
authored
Release 1.9.0 (#8226)
1 parent c49e3f5 commit ee501b7

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

packages/google-cloud-videointelligence/CHANGELOG.md

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

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

7+
## 1.9.0
8+
9+
06-05-2019 10:42 PDT
10+
11+
12+
### Implementation Changes
13+
- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535))
14+
15+
### New Features
16+
- Add v1 object tracking support, v1p3b1 speech transcription / logo recognition support (via synth). ([#8221](https://github.com/googleapis/google-cloud-python/pull/8221))
17+
18+
### Documentation
19+
- Change input_uri for sample video (via synth). ([#7944](https://github.com/googleapis/google-cloud-python/pull/7944))
20+
- Fix uri to video (via synth). ([#7862](https://github.com/googleapis/google-cloud-python/pull/7862))
21+
22+
### Internal / Testing Changes
23+
- Fix coverage in 'types.py' (via synth). ([#8169](https://github.com/googleapis/google-cloud-python/pull/8169))
24+
- Blacken noxfile.py, setup.py (via synth). ([#8136](https://github.com/googleapis/google-cloud-python/pull/8136))
25+
- Harden synth replacement against template changes. ([#8104](https://github.com/googleapis/google-cloud-python/pull/8104))
26+
- Update noxfile (via synth). ([#7838](https://github.com/googleapis/google-cloud-python/pull/7838))
27+
- Add nox session `docs` (via synth). ([#7786](https://github.com/googleapis/google-cloud-python/pull/7786))
28+
- Update docs build configuration. ([#7603](https://github.com/googleapis/google-cloud-python/pull/7603))
29+
730
## 1.8.0
831

932
03-06-2019 12:20 PST

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.8.0"
25+
version = "1.9.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)