Skip to content

Commit a6d8499

Browse files
authored
Release 1.0.0 (googleapis#7526)
1 parent 2ee6b82 commit a6d8499

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

speech/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-speech/#history
66

7+
## 1.0.0
8+
9+
03-18-2019 08:05 PDT
10+
11+
12+
### Implementation Changes
13+
- Remove unused message exports. ([#7275](https://github.com/googleapis/google-cloud-python/pull/7275))
14+
15+
### New Features
16+
- Promote google-cloud-speech to GA ([#7525](https://github.com/googleapis/google-cloud-python/pull/7525))
17+
18+
### Documentation
19+
- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307))
20+
21+
### Internal / Testing Changes
22+
- Speech: copy lintified proto files (via synth).
23+
- Add clarifying comment to blacken nox target. ([#7404](https://github.com/googleapis/google-cloud-python/pull/7404))
24+
- Copy proto files alongside protoc versions. Remove unneeded utf-8 header.
25+
726
## 0.36.3
827

928
01-31-2019 09:57 PST

speech/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 = '0.36.3'
25+
version = '1.0.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)