From 8c3291a770dffabf863d7642d6474a0417f3b24a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 23:23:31 +0000 Subject: [PATCH] chore(v0): release 0.5.2 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32826699..a65119be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.2](https://github.com/googleapis/python-documentai/compare/v0.5.1...v0.5.2) (2022-06-07) + + +### Bug Fixes + +* **deps:** require protobuf<4.0.0 on v0 branch ([#339](https://github.com/googleapis/python-documentai/issues/339)) ([7d1caea](https://github.com/googleapis/python-documentai/commit/7d1caeab47ca004fee0916f285317c2831d06ae3)) + ### [0.5.1](https://github.com/googleapis/python-documentai/compare/v0.5.0...v0.5.1) (2022-05-19) diff --git a/setup.py b/setup.py index e5b5d920..44e5880e 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.5.1" +version = "0.5.2" package_root = os.path.abspath(os.path.dirname(__file__))