Skip to content

Commit b93fdcf

Browse files
chore(main): release 2.0.1 (#378)
* chore(main): release 2.0.1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 82d877f commit b93fdcf

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

packages/google-cloud-documentai/CHANGELOG.md

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

3+
## [2.0.1](https://github.com/googleapis/python-documentai/compare/v2.0.0...v2.0.1) (2022-09-13)
4+
5+
6+
### Documentation
7+
8+
* **samples:** Updated Samples for v2.0.0 Client Library ([#365](https://github.com/googleapis/python-documentai/issues/365)) ([74f2249](https://github.com/googleapis/python-documentai/commit/74f22495da86c16338ef229ccb5eebd81d36c498))
9+
310
## [2.0.0](https://github.com/googleapis/python-documentai/compare/v1.5.1...v2.0.0) (2022-08-17)
411

512

packages/google-cloud-documentai/samples/snippets/create_processor_sample_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from uuid import uuid4
1818

1919
import mock
20-
2120
from samples.snippets import create_processor_sample
2221

2322
location = "us"

packages/google-cloud-documentai/samples/snippets/delete_processor_sample_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import os
1717

1818
import mock
19-
2019
from samples.snippets import delete_processor_sample
2120

2221
location = "us"

packages/google-cloud-documentai/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.0"
23+
version = "2.0.1"
2424

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

0 commit comments

Comments
 (0)