Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
chore(main): release 2.19.0 (#510)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Mar 27, 2023
1 parent 1edd640 commit c3795e7
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "2.18.0"
".": "2.19.0"
}

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## [2.19.0](https://github.com/googleapis/python-speech/compare/v2.18.0...v2.19.0) (2023-03-27)


### Features

* Add support for BatchRecognize ([2e7ee2d](https://github.com/googleapis/python-speech/commit/2e7ee2dd8a8e3f6feb3cda08cd87e13e7567d4a5))


### Documentation

* Fix formatting of request arg in docstring ([#512](https://github.com/googleapis/python-speech/issues/512)) ([1edd640](https://github.com/googleapis/python-speech/commit/1edd640b6493f4ed499acc08b8dbd4edd108ed28))
* Fix the resource name format in comment for CreatePhraseSetRequest ([2e7ee2d](https://github.com/googleapis/python-speech/commit/2e7ee2dd8a8e3f6feb3cda08cd87e13e7567d4a5))

## [2.18.0](https://github.com/googleapis/python-speech/compare/v2.17.3...v2.18.0) (2023-02-28)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/speech/gapic_version.py
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__ = "2.18.0" # {x-release-please-version}
__version__ = "2.19.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/speech_v1/gapic_version.py
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__ = "2.18.0" # {x-release-please-version}
__version__ = "2.19.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/speech_v1p1beta1/gapic_version.py
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__ = "2.18.0" # {x-release-please-version}
__version__ = "2.19.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/speech_v2/gapic_version.py
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__ = "2.18.0" # {x-release-please-version}
__version__ = "2.19.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-speech",
"version": "0.1.0"
"version": "2.19.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-speech",
"version": "0.1.0"
"version": "2.19.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-speech",
"version": "0.1.0"
"version": "2.19.0"
},
"snippets": [
{
Expand Down

0 comments on commit c3795e7

Please sign in to comment.