Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit f1e3fdb

Browse files
chore(v1): release 1.0.2 (#277)
🤖 I have created a release *beep* *boop* --- ### [1.0.2](v1.0.1...v1.0.2) (2022-03-31) ### Bug Fixes * **deps:** require google-api-core >= 1.31.5, >= 2.3.2 on v1 release ([#268](#268)) ([8355750](8355750)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 8355750 commit f1e3fdb

6 files changed

Lines changed: 31 additions & 30 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/google-cloud-texttospeech/#history
66

7+
### [1.0.2](https://github.com/googleapis/python-texttospeech/compare/v1.0.1...v1.0.2) (2022-03-31)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** require google-api-core >= 1.31.5, >= 2.3.2 on v1 release ([#268](https://github.com/googleapis/python-texttospeech/issues/268)) ([8355750](https://github.com/googleapis/python-texttospeech/commit/8355750a271f36d41256a771d4e6ace0dc887c88))
13+
714
### [1.0.1](https://www.github.com/googleapis/python-texttospeech/compare/v1.0.0...v1.0.1) (2020-02-28)
815

916

docs/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
master_doc = "index"
6666

6767
# General information about the project.
68-
project = u"google-cloud-texttospeech"
69-
copyright = u"2019, Google"
70-
author = u"Google APIs"
68+
project = "google-cloud-texttospeech"
69+
copyright = "2019, Google"
70+
author = "Google APIs"
7171

7272
# The version info for the project you're documenting, acts as replacement for
7373
# |version| and |release|, also used in various other places throughout the
@@ -261,7 +261,7 @@
261261
(
262262
master_doc,
263263
"google-cloud-texttospeech.tex",
264-
u"google-cloud-texttospeech Documentation",
264+
"google-cloud-texttospeech Documentation",
265265
author,
266266
"manual",
267267
)
@@ -296,7 +296,7 @@
296296
(
297297
master_doc,
298298
"google-cloud-texttospeech",
299-
u"google-cloud-texttospeech Documentation",
299+
"google-cloud-texttospeech Documentation",
300300
[author],
301301
1,
302302
)
@@ -315,7 +315,7 @@
315315
(
316316
master_doc,
317317
"google-cloud-texttospeech",
318-
u"google-cloud-texttospeech Documentation",
318+
"google-cloud-texttospeech Documentation",
319319
author,
320320
"google-cloud-texttospeech",
321321
"google-cloud-texttospeech Library",

google/cloud/texttospeech_v1/proto/cloud_tts_pb2_grpc.py

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77

88

99
class TextToSpeechStub(object):
10-
"""Service that implements Google Cloud Text-to-Speech API.
11-
"""
10+
"""Service that implements Google Cloud Text-to-Speech API."""
1211

1312
def __init__(self, channel):
1413
"""Constructor.
1514
16-
Args:
17-
channel: A grpc.Channel.
18-
"""
15+
Args:
16+
channel: A grpc.Channel.
17+
"""
1918
self.ListVoices = channel.unary_unary(
2019
"/google.cloud.texttospeech.v1.TextToSpeech/ListVoices",
2120
request_serializer=google_dot_cloud_dot_texttospeech__v1_dot_proto_dot_cloud__tts__pb2.ListVoicesRequest.SerializeToString,
@@ -29,20 +28,18 @@ def __init__(self, channel):
2928

3029

3130
class TextToSpeechServicer(object):
32-
"""Service that implements Google Cloud Text-to-Speech API.
33-
"""
31+
"""Service that implements Google Cloud Text-to-Speech API."""
3432

3533
def ListVoices(self, request, context):
36-
"""Returns a list of Voice supported for synthesis.
37-
"""
34+
"""Returns a list of Voice supported for synthesis."""
3835
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
3936
context.set_details("Method not implemented!")
4037
raise NotImplementedError("Method not implemented!")
4138

4239
def SynthesizeSpeech(self, request, context):
4340
"""Synthesizes speech synchronously: receive results after all text input
44-
has been processed.
45-
"""
41+
has been processed.
42+
"""
4643
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
4744
context.set_details("Method not implemented!")
4845
raise NotImplementedError("Method not implemented!")

google/cloud/texttospeech_v1beta1/proto/cloud_tts_pb2_grpc.py

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77

88

99
class TextToSpeechStub(object):
10-
"""Service that implements Google Cloud Text-to-Speech API.
11-
"""
10+
"""Service that implements Google Cloud Text-to-Speech API."""
1211

1312
def __init__(self, channel):
1413
"""Constructor.
1514
16-
Args:
17-
channel: A grpc.Channel.
18-
"""
15+
Args:
16+
channel: A grpc.Channel.
17+
"""
1918
self.ListVoices = channel.unary_unary(
2019
"/google.cloud.texttospeech.v1beta1.TextToSpeech/ListVoices",
2120
request_serializer=google_dot_cloud_dot_texttospeech__v1beta1_dot_proto_dot_cloud__tts__pb2.ListVoicesRequest.SerializeToString,
@@ -29,20 +28,18 @@ def __init__(self, channel):
2928

3029

3130
class TextToSpeechServicer(object):
32-
"""Service that implements Google Cloud Text-to-Speech API.
33-
"""
31+
"""Service that implements Google Cloud Text-to-Speech API."""
3432

3533
def ListVoices(self, request, context):
36-
"""Returns a list of Voice supported for synthesis.
37-
"""
34+
"""Returns a list of Voice supported for synthesis."""
3835
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
3936
context.set_details("Method not implemented!")
4037
raise NotImplementedError("Method not implemented!")
4138

4239
def SynthesizeSpeech(self, request, context):
4340
"""Synthesizes speech synchronously: receive results after all text input
44-
has been processed.
45-
"""
41+
has been processed.
42+
"""
4643
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
4744
context.set_details("Method not implemented!")
4845
raise NotImplementedError("Method not implemented!")

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import nox
2424

2525

26-
BLACK_VERSION = "black==19.3b0"
26+
BLACK_VERSION = "black==22.3.0"
2727
BLACK_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]
2828

2929
if os.path.exists("samples"):

setup.py

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

3636
name = "google-cloud-texttospeech"
3737
description = "Google Cloud Text-to-Speech API client library"
38-
version = "1.0.1"
38+
version = "1.0.2"
3939
# Should be one of:
4040
# 'Development Status :: 3 - Alpha'
4141
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)