From bb6ea7cfe8ff52c76e80630ce8cb6bf4585611f7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 23:58:04 +0000 Subject: [PATCH] chore: release 0.2.0 (#9) :robot: I have created a release \*beep\* \*boop\* --- ## [0.2.0](https://www.github.com/googleapis/python-media-translation/compare/v0.1.1...v0.2.0) (2020-05-28) ### Features * add mtls support ([#7](https://www.github.com/googleapis/python-media-translation/issues/7)) ([1560ad8](https://www.github.com/googleapis/python-media-translation/commit/1560ad88713766dae0112fbe96663a873fb099df)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65b69d7..a764d09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://www.github.com/googleapis/python-media-translation/compare/v0.1.1...v0.2.0) (2020-05-28) + + +### Features + +* add mtls support ([#7](https://www.github.com/googleapis/python-media-translation/issues/7)) ([1560ad8](https://www.github.com/googleapis/python-media-translation/commit/1560ad88713766dae0112fbe96663a873fb099df)) + ### [0.1.1](https://www.github.com/googleapis/python-media-translation/compare/v0.1.0...v0.1.1) (2020-03-23) diff --git a/setup.py b/setup.py index 76af8f5..5d161ed 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ import os import setuptools # type: ignore -version = "0.1.1" +version = "0.2.0" package_root = os.path.abspath(os.path.dirname(__file__))