Skip to content

Commit a1e62d7

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 0eea2ac commit a1e62d7

File tree

9 files changed

+21
-8
lines changed

9 files changed

+21
-8
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}

packages/google-cloud-python-speech/samples/generated_samples/snippet_metadata_google.cloud.speech.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-speech",
11-
"version": "0.1.0"
11+
"version": "2.19.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-python-speech/samples/generated_samples/snippet_metadata_google.cloud.speech.v1p1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-speech",
11-
"version": "0.1.0"
11+
"version": "2.19.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-python-speech/samples/generated_samples/snippet_metadata_google.cloud.speech.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-speech",
11-
"version": "0.1.0"
11+
"version": "2.19.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)