Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit 4def015

Browse files
chore(main): release 2.21.1 (#540)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5dd097a commit 4def015

File tree

9 files changed

+15
-8
lines changed

9 files changed

+15
-8
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "2.21.0"
2+
".": "2.21.1"
33
}
44

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.21.1](https://github.com/googleapis/python-speech/compare/v2.21.0...v2.21.1) (2023-10-09)
8+
9+
10+
### Documentation
11+
12+
* Minor formatting ([7342cd5](https://github.com/googleapis/python-speech/commit/7342cd51e12ac8b39c070778ad363c09f0950f41))
13+
714
## [2.21.0](https://github.com/googleapis/python-speech/compare/v2.20.1...v2.21.0) (2023-07-05)
815

916

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)