Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit ffd5abb

Browse files
chore: release 1.4.0
1 parent 1b2ecea commit ffd5abb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

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

7+
## [1.4.0](https://www.github.com/googleapis/python-speech/compare/v1.3.2...v1.4.0) (2020-09-22)
8+
9+
10+
### Features
11+
12+
* **speech:** Add Speech-to-Text On-Prem sample [([#4223](https://www.github.com/googleapis/python-speech/issues/4223))](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/4223) ([fbe1e77](https://www.github.com/googleapis/python-speech/commit/fbe1e77095f9f7414eb59e4f1e0801c69a8c385e))
13+
* add speech adaptation, phrase sets and custom classes; update default retry configs ([#35](https://www.github.com/googleapis/python-speech/issues/35)) ([e0fc3c7](https://www.github.com/googleapis/python-speech/commit/e0fc3c74178ba36a3a054431b31afe8a34289c0c))
14+
15+
16+
### Documentation
17+
18+
* remove example usage from READMe ([#46](https://www.github.com/googleapis/python-speech/issues/46)) ([4214630](https://www.github.com/googleapis/python-speech/commit/4214630c3318e6c9bc0a5156e20344956faf7d52))
19+
720
### [1.3.2](https://www.github.com/googleapis/python-speech/compare/v1.3.1...v1.3.2) (2020-02-03)
821

922

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-speech"
2424
description = "Google Cloud Speech API client library"
25-
version = "1.3.2"
25+
version = "1.4.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)