From 0a61b8a5e1b933485b7940bb440a57ccc850ebea Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Thu, 26 Apr 2018 10:09:49 -0700 Subject: [PATCH] Release 0.34.0 (#5236) --- packages/google-cloud-speech/CHANGELOG.md | 5 +++++ packages/google-cloud-speech/setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-speech/CHANGELOG.md b/packages/google-cloud-speech/CHANGELOG.md index 7219d9b380d5..c7c31dbc3cba 100644 --- a/packages/google-cloud-speech/CHANGELOG.md +++ b/packages/google-cloud-speech/CHANGELOG.md @@ -4,6 +4,11 @@ [1]: https://pypi.org/project/google-cloud-speech/#history +## 0.34.0 + +### Implementation Changes +- Regenerate GAPIC to account for the removal of GoogleDataCollectionConfig and google_data_collection_opt_in (#5235) + ## 0.33.0 ### New Features diff --git a/packages/google-cloud-speech/setup.py b/packages/google-cloud-speech/setup.py index e57f1bc523b0..68760deb7293 100644 --- a/packages/google-cloud-speech/setup.py +++ b/packages/google-cloud-speech/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-speech' description = 'Google Cloud Speech API client library' -version = '0.33.0' +version = '0.34.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'