From a6d849912eea6b9260ccb64ffb317d8265b354a6 Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Mon, 18 Mar 2019 13:03:48 -0400 Subject: [PATCH] Release 1.0.0 (#7526) --- speech/CHANGELOG.md | 19 +++++++++++++++++++ speech/setup.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/speech/CHANGELOG.md b/speech/CHANGELOG.md index 8a9021c27a5b..eeb751f348d4 100644 --- a/speech/CHANGELOG.md +++ b/speech/CHANGELOG.md @@ -4,6 +4,25 @@ [1]: https://pypi.org/project/google-cloud-speech/#history +## 1.0.0 + +03-18-2019 08:05 PDT + + +### Implementation Changes +- Remove unused message exports. ([#7275](https://github.com/googleapis/google-cloud-python/pull/7275)) + +### New Features +- Promote google-cloud-speech to GA ([#7525](https://github.com/googleapis/google-cloud-python/pull/7525)) + +### Documentation +- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307)) + +### Internal / Testing Changes +- Speech: copy lintified proto files (via synth). +- Add clarifying comment to blacken nox target. ([#7404](https://github.com/googleapis/google-cloud-python/pull/7404)) +- Copy proto files alongside protoc versions. Remove unneeded utf-8 header. + ## 0.36.3 01-31-2019 09:57 PST diff --git a/speech/setup.py b/speech/setup.py index c0fdc7b562d3..4a0344616d64 100644 --- a/speech/setup.py +++ b/speech/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-speech' description = 'Google Cloud Speech API client library' -version = '0.36.3' +version = '1.0.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'