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

Commit b1e4ac8

Browse files
chore(main): release 0.15.0-alpha (#384)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent ec71943 commit b1e4ac8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.15.0-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.14.2-alpha...v0.15.0-alpha) (2025-12-11)
4+
5+
6+
### Features
7+
8+
* Add support for Python 3.14 ([#390](https://github.com/googleapis/python-documentai-toolbox/issues/390)) ([ec71943](https://github.com/googleapis/python-documentai-toolbox/commit/ec71943bd2a057cb90422b16d6ace477f4d1821f))
9+
10+
11+
### Bug Fixes
12+
13+
* Remove setup.cfg configuration for creating universal wheels ([#383](https://github.com/googleapis/python-documentai-toolbox/issues/383)) ([b1f3772](https://github.com/googleapis/python-documentai-toolbox/commit/b1f3772dd2f7fa76fc2bb8621282287f2066d644))
14+
315
## [0.14.2-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.14.1-alpha...v0.14.2-alpha) (2025-03-05)
416

517

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.14.2-alpha"
16+
__version__ = "0.15.0-alpha"

0 commit comments

Comments
 (0)