Skip to content

Commit f364675

Browse files
chore(main): release 2.10.0 (#243)
🤖 I have created a release *beep* *boop* --- ## [2.10.0](googleapis/python-texttospeech@v2.9.1...v2.10.0) (2022-02-03) ### Features * add api key support ([#242](googleapis/python-texttospeech#242)) ([3b4f0d0](googleapis/python-texttospeech@3b4f0d0)) ### Bug Fixes * resolve DuplicateCredentialArgs error when using credentials_file ([4c11b12](googleapis/python-texttospeech@4c11b12)) ### Documentation * update comments for ListVoicesRequest ([#244](googleapis/python-texttospeech#244)) ([bc5b73f](googleapis/python-texttospeech@bc5b73f)) --- 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 9c10310 commit f364675

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/google-cloud-texttospeech/CHANGELOG.md

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

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

7+
## [2.10.0](https://github.com/googleapis/python-texttospeech/compare/v2.9.1...v2.10.0) (2022-02-03)
8+
9+
10+
### Features
11+
12+
* add api key support ([#242](https://github.com/googleapis/python-texttospeech/issues/242)) ([3b4f0d0](https://github.com/googleapis/python-texttospeech/commit/3b4f0d0749529b04ed7fedec3c4b06b6d42c12cd))
13+
14+
15+
### Bug Fixes
16+
17+
* resolve DuplicateCredentialArgs error when using credentials_file ([4c11b12](https://github.com/googleapis/python-texttospeech/commit/4c11b127ece0009082fe91062f3f36c8f18e8ffc))
18+
19+
20+
### Documentation
21+
22+
* update comments for ListVoicesRequest ([#244](https://github.com/googleapis/python-texttospeech/issues/244)) ([bc5b73f](https://github.com/googleapis/python-texttospeech/commit/bc5b73fbc62900f89a01486c6e8d42d459c34fd6))
23+
724
### [2.9.1](https://www.github.com/googleapis/python-texttospeech/compare/v2.9.0...v2.9.1) (2022-01-08)
825

926

packages/google-cloud-texttospeech/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 = "2.9.1"
38+
version = "2.10.0"
3939
# Should be one of:
4040
# 'Development Status :: 3 - Alpha'
4141
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)