Skip to content

Commit 1dd11ae

Browse files
chore(main): release 2.18.0 (#499)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 15a3c6d commit 1dd11ae

File tree

9 files changed

+16
-8
lines changed

9 files changed

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

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

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

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

7+
## [2.18.0](https://github.com/googleapis/python-speech/compare/v2.17.3...v2.18.0) (2023-02-28)
8+
9+
10+
### Features
11+
12+
* Enable "rest" transport in Python for services supporting numeric enums ([a20d0f1](https://github.com/googleapis/python-speech/commit/a20d0f15a81e0ad9190f48cb4bc21b3580b7e1f0))
13+
* Voice Activity Detection - adding speech event time and speech event type ([a20d0f1](https://github.com/googleapis/python-speech/commit/a20d0f15a81e0ad9190f48cb4bc21b3580b7e1f0))
14+
715
## [2.17.3](https://github.com/googleapis/python-speech/compare/v2.17.2...v2.17.3) (2023-02-02)
816

917

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.17.3" # {x-release-please-version}
16+
__version__ = "2.18.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.17.3" # {x-release-please-version}
16+
__version__ = "2.18.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.17.3" # {x-release-please-version}
16+
__version__ = "2.18.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.17.3" # {x-release-please-version}
16+
__version__ = "2.18.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.18.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.18.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.18.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)