Skip to content

Commit 4f561ba

Browse files
chore(main): release 0.9.4 (#236)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent f37a716 commit 4f561ba

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/google-cloud-media-translation/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.9.4](https://github.com/googleapis/python-media-translation/compare/v0.9.3...v0.9.4) (2022-10-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Allow protobuf 3.19.5 ([#235](https://github.com/googleapis/python-media-translation/issues/235)) ([4c3bf58](https://github.com/googleapis/python-media-translation/commit/4c3bf586d9beecc76c3173112ff00d22b83fe019))
9+
310
## [0.9.3](https://github.com/googleapis/python-media-translation/compare/v0.9.2...v0.9.3) (2022-09-29)
411

512

packages/google-cloud-media-translation/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
import setuptools # type: ignore
2121

22-
version = "0.9.3"
22+
version = "0.9.4"
2323

2424
package_root = os.path.abspath(os.path.dirname(__file__))
2525

0 commit comments

Comments
 (0)