Skip to content

Commit d5a37a4

Browse files
chore(main): release 2.17.2 (#487)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent a0ba566 commit d5a37a4

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.17.1"
2+
".": "2.17.2"
33
}
44

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.17.2](https://github.com/googleapis/python-speech/compare/v2.17.1...v2.17.2) (2023-01-30)
8+
9+
10+
### Documentation
11+
12+
* Clarify boost usage in Reference ([#486](https://github.com/googleapis/python-speech/issues/486)) ([e75f4a2](https://github.com/googleapis/python-speech/commit/e75f4a26db936b6646240cdca158eb5f7b15b314))
13+
714
## [2.17.1](https://github.com/googleapis/python-speech/compare/v2.17.0...v2.17.1) (2023-01-23)
815

916

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.17.1" # {x-release-please-version}
16+
__version__ = "2.17.2" # {x-release-please-version}

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.17.1" # {x-release-please-version}
16+
__version__ = "2.17.2" # {x-release-please-version}

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.17.1" # {x-release-please-version}
16+
__version__ = "2.17.2" # {x-release-please-version}

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.17.1" # {x-release-please-version}
16+
__version__ = "2.17.2" # {x-release-please-version}

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.17.2"
1212
},
1313
"snippets": [
1414
{

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.17.2"
1212
},
1313
"snippets": [
1414
{

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.17.2"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)