Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 28, 2024
1 parent b01d99d commit c4474b7
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"packages/google-cloud-talent": "2.14.0",
"packages/google-cloud-tasks": "2.17.0",
"packages/google-cloud-telcoautomation": "0.2.6",
"packages/google-cloud-texttospeech": "2.20.0",
"packages/google-cloud-texttospeech": "2.21.0",
"packages/google-cloud-tpu": "1.19.0",
"packages/google-cloud-trace": "1.14.0",
"packages/google-cloud-translate": "3.17.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-texttospeech/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [2.21.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-texttospeech-v2.20.0...google-cloud-texttospeech-v2.21.0) (2024-10-28)


### Features

* add multi-speaker markup, which allows generating dialogue between multiple speakers ([b01d99d](https://github.com/googleapis/google-cloud-python/commit/b01d99dc321be04b91dd183064bffdecfef9d5c0))

## [2.20.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-texttospeech-v2.19.0...google-cloud-texttospeech-v2.20.0) (2024-10-24)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.21.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.21.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.21.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-texttospeech",
"version": "0.1.0"
"version": "2.21.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-texttospeech",
"version": "0.1.0"
"version": "2.21.0"
},
"snippets": [
{
Expand Down

0 comments on commit c4474b7

Please sign in to comment.