Skip to content

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

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

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

3+
### [0.5.3](https://www.github.com/googleapis/python-media-translation/compare/v0.5.2...v0.5.3) (2021-07-28)
4+
5+
6+
### Bug Fixes
7+
8+
* enable self signed jwt for grpc ([#92](https://www.github.com/googleapis/python-media-translation/issues/92)) ([86447f1](https://www.github.com/googleapis/python-media-translation/commit/86447f199a26530743f43f115a0981e3111e2bae))
9+
10+
11+
### Documentation
12+
13+
* add Samples section to CONTRIBUTING.rst ([#87](https://www.github.com/googleapis/python-media-translation/issues/87)) ([0970f66](https://www.github.com/googleapis/python-media-translation/commit/0970f66d153ae5b4f4457b3b5447d6ae02065739))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* release as 0.5.3 ([#93](https://www.github.com/googleapis/python-media-translation/issues/93)) ([8a09e4e](https://www.github.com/googleapis/python-media-translation/commit/8a09e4e397169b880e91320df21742babe953c85))
19+
320
### [0.5.2](https://www.github.com/googleapis/python-media-translation/compare/v0.5.1...v0.5.2) (2021-07-20)
421

522

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import os
1919
import setuptools # type: ignore
2020

21-
version = "0.5.2"
21+
version = "0.5.3"
2222

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

0 commit comments

Comments
 (0)