From e9c1c229fe88d200d0f60314814078e79e3f1524 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 14 Oct 2021 19:11:40 -0400 Subject: [PATCH 1/2] feat: add support for python 3.10 (#108) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 4d79dbd..babbf69 100644 --- a/setup.py +++ b/setup.py @@ -56,6 +56,8 @@ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules", ], From 0f3301c84424b3412846fc4e3073a6f8d650c2d9 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 11:18:30 +0000 Subject: [PATCH 2/2] chore: release 1.2.0 (#109) :robot: I have created a release \*beep\* \*boop\* --- ## [1.2.0](https://www.github.com/googleapis/python-video-transcoder/compare/v1.1.0...v1.2.0) (2021-10-14) ### Features * add support for python 3.10 ([#108](https://www.github.com/googleapis/python-video-transcoder/issues/108)) ([e9c1c22](https://www.github.com/googleapis/python-video-transcoder/commit/e9c1c229fe88d200d0f60314814078e79e3f1524)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 364a544..32da332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://www.github.com/googleapis/python-video-transcoder/compare/v1.1.0...v1.2.0) (2021-10-14) + + +### Features + +* add support for python 3.10 ([#108](https://www.github.com/googleapis/python-video-transcoder/issues/108)) ([e9c1c22](https://www.github.com/googleapis/python-video-transcoder/commit/e9c1c229fe88d200d0f60314814078e79e3f1524)) + ## [1.1.0](https://www.github.com/googleapis/python-video-transcoder/compare/v1.0.1...v1.1.0) (2021-10-08) diff --git a/setup.py b/setup.py index babbf69..ed23928 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.1.0" +version = "1.2.0" package_root = os.path.abspath(os.path.dirname(__file__))