From cf4505c74b49ba704d0562d3fbdece19fde9fdf2 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:13:24 +0000 Subject: [PATCH] chore(main): release 0.13.1-alpha --- CHANGELOG.md | 7 +++++++ google/cloud/documentai_toolbox/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0337823d..35504bb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.1-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.13.0-alpha...v0.13.1-alpha) (2024-03-04) + + +### Bug Fixes + +* Changed `client_info` import and added new quickstart samples ([#268](https://github.com/googleapis/python-documentai-toolbox/issues/268)) ([c4b1d58](https://github.com/googleapis/python-documentai-toolbox/commit/c4b1d58aaf4cedd2a08b9445220e44b906151e6a)), closes [#266](https://github.com/googleapis/python-documentai-toolbox/issues/266) + ## [0.13.0-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.12.2-alpha...v0.13.0-alpha) (2024-02-26) diff --git a/google/cloud/documentai_toolbox/version.py b/google/cloud/documentai_toolbox/version.py index 8ed9c592..05db1d43 100644 --- a/google/cloud/documentai_toolbox/version.py +++ b/google/cloud/documentai_toolbox/version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "0.13.0-alpha" +__version__ = "0.13.1-alpha"