Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit e7c6904

Browse files
chore(main): release 2.1.0 (#405)
* chore(main): release 2.1.0 * Update constraints-3.7.txt Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Holt Skinner <holtskinner@google.com>
1 parent 1038a05 commit e7c6904

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
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+
## [2.1.0](https://github.com/googleapis/python-documentai/compare/v2.0.3...v2.1.0) (2022-11-09)
4+
5+
6+
### Features
7+
8+
* Added font_family to document.proto ([#404](https://github.com/googleapis/python-documentai/issues/404)) ([1038a05](https://github.com/googleapis/python-documentai/commit/1038a053961a44708b697b8db58200da5405475e))
9+
10+
11+
### Documentation
12+
13+
* **samples:** Added extra exception handling to operation samples ([#393](https://github.com/googleapis/python-documentai/issues/393)) ([fa0f715](https://github.com/googleapis/python-documentai/commit/fa0f7153e650e3c4f7adb383089d095510752867))
14+
315
## [2.0.3](https://github.com/googleapis/python-documentai/compare/v2.0.2...v2.0.3) (2022-10-10)
416

517

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import setuptools # type: ignore
2222

23-
version = "2.0.3"
23+
version = "2.1.0"
2424

2525
package_root = os.path.abspath(os.path.dirname(__file__))
2626

testing/constraints-3.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
google-api-core==1.33.2
1010
proto-plus==1.22.0
1111
protobuf==3.19.5
12-
google-cloud-documentai==2.0.3
12+
google-cloud-documentai==2.1.0

0 commit comments

Comments
 (0)