Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit b91ac08

Browse files
chore(main): release 0.13.2-alpha (#275)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b4762e8 commit b91ac08

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.13.2-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.13.1-alpha...v0.13.2-alpha) (2024-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* Add trailing slash if not present for `gcs_prefix` in `Document.from_gcs()` to cover matching prefixes edge case. ([#274](https://github.com/googleapis/python-documentai-toolbox/issues/274)) ([b4762e8](https://github.com/googleapis/python-documentai-toolbox/commit/b4762e8212e9e435eaa430bcd345291c69e518ac))
9+
310
## [0.13.1-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.13.0-alpha...v0.13.1-alpha) (2024-03-04)
411

512

google/cloud/documentai_toolbox/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.13.1-alpha"
16+
__version__ = "0.13.2-alpha"

0 commit comments

Comments
 (0)