Skip to content

Commit 2515213

Browse files
chore(main): release 2.20.0 (#515)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 1a7fe8b commit 2515213

File tree

9 files changed

+15
-8
lines changed

9 files changed

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

packages/google-cloud-speech/CHANGELOG.md

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

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

7+
## [2.20.0](https://github.com/googleapis/python-speech/compare/v2.19.0...v2.20.0) (2023-05-25)
8+
9+
10+
### Features
11+
12+
* **v2:** Add processing strategy to batch recognition requests ([#514](https://github.com/googleapis/python-speech/issues/514)) ([5bbf3a4](https://github.com/googleapis/python-speech/commit/5bbf3a4f4c758c76502ad3f0a8ce03604ef86c14))
13+
714
## [2.19.0](https://github.com/googleapis/python-speech/compare/v2.18.0...v2.19.0) (2023-03-27)
815

916

packages/google-cloud-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.19.0" # {x-release-please-version}
16+
__version__ = "2.20.0" # {x-release-please-version}

packages/google-cloud-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.19.0" # {x-release-please-version}
16+
__version__ = "2.20.0" # {x-release-please-version}

packages/google-cloud-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.19.0" # {x-release-please-version}
16+
__version__ = "2.20.0" # {x-release-please-version}

packages/google-cloud-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.19.0" # {x-release-please-version}
16+
__version__ = "2.20.0" # {x-release-please-version}

packages/google-cloud-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.20.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-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.20.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-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.20.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)