From d48533aec660c15273559693bea954060eae6d76 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 14:10:10 +0000 Subject: [PATCH] chore: release 1.4.0 (#107) :robot: I have created a release \*beep\* \*boop\* --- ## [1.4.0](https://www.github.com/googleapis/python-workflows/compare/v1.3.0...v1.4.0) (2021-10-19) ### Features * add support for python 3.10 ([#106](https://www.github.com/googleapis/python-workflows/issues/106)) ([7eac117](https://www.github.com/googleapis/python-workflows/commit/7eac117640b08704291d561370630aad388efb0c)) --- 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 40cd973..5927aef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://www.github.com/googleapis/python-workflows/compare/v1.3.0...v1.4.0) (2021-10-19) + + +### Features + +* add support for python 3.10 ([#106](https://www.github.com/googleapis/python-workflows/issues/106)) ([7eac117](https://www.github.com/googleapis/python-workflows/commit/7eac117640b08704291d561370630aad388efb0c)) + ## [1.3.0](https://www.github.com/googleapis/python-workflows/compare/v1.2.3...v1.3.0) (2021-10-08) diff --git a/setup.py b/setup.py index 2ebd3bf..b448d74 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.3.0" +version = "1.4.0" package_root = os.path.abspath(os.path.dirname(__file__))