From 8f39c7710f157ae3b5e11876864fd4b012f406c6 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sun, 10 Jul 2022 11:56:14 +0000 Subject: [PATCH] chore(main): release 1.4.3 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0606274..2896af7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.3](https://github.com/googleapis/python-documentai/compare/v1.4.2...v1.4.3) (2022-07-10) + + +### Bug Fixes + +* require python 3.7+ ([#348](https://github.com/googleapis/python-documentai/issues/348)) ([0613329](https://github.com/googleapis/python-documentai/commit/0613329a15c89dd371258f617c8cdc1c497d2396)) + ## [1.4.2](https://github.com/googleapis/python-documentai/compare/v1.4.1...v1.4.2) (2022-06-03) diff --git a/setup.py b/setup.py index c5253b02..36b6d97f 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "1.4.2" +version = "1.4.3" package_root = os.path.abspath(os.path.dirname(__file__))