Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Speech regen / bump to 0.15.1 #175

Merged
merged 1 commit into from
Feb 23, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('..'))

__version__ = '0.15.0'
__version__ = '0.15.1'

# -- General configuration ------------------------------------------------

Expand Down Expand Up @@ -60,7 +60,7 @@

# General information about the project.
project = u'gapic-google-cloud-speech-v1beta1'
copyright = u'2016, Google'
copyright = u'2017, Google'
author = u'Google APIs'

# The version info for the project you're documenting, acts as replacement for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ easy-to-use client library for the `Google Cloud Speech API`_ (v1beta1) defined


.. _`google-gax`: https://github.com/googleapis/gax-python
.. _`googleapis`: https://github.com/googleapis/googleapis/tree/master/google/google/cloud/speech/v1beta1
.. _`googleapis`: https://github.com/googleapis/googleapis/tree/master/google/cloud/speech/v1beta1
.. _`Google Cloud Speech API`: https://developers.google.com/apis-explorer/?hl=en_US#p/speech/v1beta1/


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ def __init__(self,
scopes=None,
client_config=None,
app_name=None,
app_version='UNKNOWN',
app_version='',
lib_name=None,
lib_version='UNKNOWN',
lib_version='',
metrics_headers=()):
"""Constructor.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
"interfaces": {
"google.cloud.speech.v1beta1.Speech": {
"retry_codes": {
"retry_codes_def": {
"idempotent": [
"DEADLINE_EXCEEDED",
"UNAVAILABLE"
],
"non_idempotent": []
}
"idempotent": [
"DEADLINE_EXCEEDED",
"UNAVAILABLE"
],
"non_idempotent": []
},
"retry_params": {
"default": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
googleapis-common-protos>=1.5.2, <2.0dev
google-gax>=0.15.6, <0.16dev
proto-google-cloud-speech-v1beta1>=0.15.0, <0.16dev
proto-google-cloud-speech-v1beta1>=0.15.1, <0.16dev
oauth2client>=2.0.0, <4.0dev
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
install_requires = [
'googleapis-common-protos>=1.5.2, <2.0dev',
'google-gax>=0.15.6, <0.16dev',
'proto-google-cloud-speech-v1beta1>=0.15.0, <0.16dev',
'proto-google-cloud-speech-v1beta1>=0.15.1, <0.16dev',
'oauth2client>=2.0.0, <4.0dev',
]

Expand Down
4 changes: 2 additions & 2 deletions generated/python/proto-google-cloud-speech-v1beta1/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
from setuptools import setup, find_packages

install_requires = [
'googleapis-common-protos[grpc]>=1.5.2, <2.0dev'
'googleapis-common-protos[grpc]>=1.5.2, <2.0dev',
'oauth2client>=2.0.0, <4.0dev',
'grpcio>=1.0.2, <2.0dev',
]

setuptools.setup(
name='proto-google-cloud-speech-v1beta1',
version='0.15.0',
version='0.15.1',
author='Google Inc',
author_email='[email protected]',
classifiers=[
Expand Down