| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,12 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 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 | + | ||
| 3 | 10 | ## [0.9.3](https://github.com/googleapis/python-media-translation/compare/v0.9.2...v0.9.3) (2022-09-29) | |
| 4 | 11 | ||
| 5 | 12 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,7 +19,7 @@ | |||
| 19 | 19 | ||
| 20 | 20 | import setuptools # type: ignore | |
| 21 | 21 | ||
| 22 | - version = "0.9.3" | ||
| 22 | + version = "0.9.4" | ||
| 23 | 23 | ||
| 24 | 24 | package_root = os.path.abspath(os.path.dirname(__file__)) | |
| 25 | 25 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments