diff --git a/speech/CHANGELOG.md b/speech/CHANGELOG.md index 9fed17a9de7e..7c3288da8ba1 100644 --- a/speech/CHANGELOG.md +++ b/speech/CHANGELOG.md @@ -4,6 +4,17 @@ [1]: https://pypi.org/project/google-cloud-speech/#history +## 0.36.2 + +01-10-2019 15:36 PST + +### Implementation Changes +- Protoc-generated serialization update. ([#7106](https://github.com/googleapis/google-cloud-python/pull/7106)) + +### Documentation +- Regenerate speech to change quote chars in docstr. +- Pick up stub docstring fix in GAPIC generator. ([#6982](https://github.com/googleapis/google-cloud-python/pull/6982)) + ## 0.36.1 12-18-2018 09:46 PST diff --git a/speech/setup.py b/speech/setup.py index f1dff42e9899..e76a7b97f42d 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.1' +version = '0.36.2' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'