Skip to content

Commit c59530f

Browse files
lukesneeringerdpebot
authored andcommitted
Bump Speech version to 0.32.0 (googleapis#4865)
Also add documentation for v1p1beta1.
1 parent 88cdbae commit c59530f

File tree

7 files changed

+29
-3
lines changed

7 files changed

+29
-3
lines changed
File renamed without changes.
File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Speech Client API
2+
=================
3+
4+
.. automodule:: google.cloud.speech_v1p1beta1
5+
:members:
6+
:inherited-members:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Speech Client Types
2+
===================
3+
4+
.. automodule:: google.cloud.speech_v1p1beta1.types
5+
:members:

docs/speech/index.rst

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,20 @@ API Reference
293293
.. toctree::
294294
:maxdepth: 2
295295
296-
gapic/api
297-
gapic/types
296+
gapic/v1/api
297+
gapic/v1/types
298+
299+
A new beta release, spelled ``v1p1beta1``, is provided to provide for preview
300+
of upcoming features. In order to use this, you will want to import from
301+
``google.cloud.speech_v1p1beta1`` in lieu of ``google.cloud.speech``.
302+
303+
An API and type reference is provided the first beta also:
304+
305+
.. toctree::
306+
:maxdepth: 2
307+
308+
gapic/v1p1beta1/api
309+
gapic/v1p1beta1/types
298310
299311
Releases
300312
--------

docs/speech/releases.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@
1414
* ``0.28.0`` (`PyPI <https://pypi.org/project/google-cloud-speech/0.28.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/speech-0.28.0>`__)
1515
* ``0.29.0`` (`PyPI <https://pypi.org/project/google-cloud-speech/0.29.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/speech-0.29.0>`__)
1616
* ``0.30.0`` (`PyPI <https://pypi.org/project/google-cloud-speech/0.30.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/speech-0.30.0>`__)
17+
* ``0.31.0`` (`PyPI <https://pypi.org/project/google-cloud-speech/0.31.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/speech-0.31.0>`__)
18+
* ``0.31.1`` (`PyPI <https://pypi.org/project/google-cloud-speech/0.31.1/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/speech-0.31.1>`__)
19+
* ``0.32.0`` (`PyPI <https://pypi.org/project/google-cloud-speech/0.32.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/speech-0.32.0>`__)

speech/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
setup(
6262
name='google-cloud-speech',
63-
version='0.31.1',
63+
version='0.32.0',
6464
description='Python Client for Google Cloud Speech',
6565
long_description=README,
6666
namespace_packages=[

0 commit comments

Comments
 (0)