Skip to content

Commit cccdf23

Browse files
chore(main): release 2.19.0 (#510)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5d4afa9 commit cccdf23

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "2.18.0"
2+
".": "2.19.0"
33
}
44

packages/google-cloud-python-speech/CHANGELOG.md

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

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

7+
## [2.19.0](https://github.com/googleapis/python-speech/compare/v2.18.0...v2.19.0) (2023-03-27)
8+
9+
10+
### Features
11+
12+
* Add support for BatchRecognize ([2e7ee2d](https://github.com/googleapis/python-speech/commit/2e7ee2dd8a8e3f6feb3cda08cd87e13e7567d4a5))
13+
14+
15+
### Documentation
16+
17+
* 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))
18+
* Fix the resource name format in comment for CreatePhraseSetRequest ([2e7ee2d](https://github.com/googleapis/python-speech/commit/2e7ee2dd8a8e3f6feb3cda08cd87e13e7567d4a5))
19+
720
## [2.18.0](https://github.com/googleapis/python-speech/compare/v2.17.3...v2.18.0) (2023-02-28)
821

922

packages/google-cloud-python-speech/google/cloud/speech/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.18.0" # {x-release-please-version}
16+
__version__ = "2.19.0" # {x-release-please-version}

packages/google-cloud-python-speech/google/cloud/speech_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.18.0" # {x-release-please-version}
16+
__version__ = "2.19.0" # {x-release-please-version}

packages/google-cloud-python-speech/google/cloud/speech_v1p1beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.18.0" # {x-release-please-version}
16+
__version__ = "2.19.0" # {x-release-please-version}

packages/google-cloud-python-speech/google/cloud/speech_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.18.0" # {x-release-please-version}
16+
__version__ = "2.19.0" # {x-release-please-version}

0 commit comments

Comments
 (0)