Skip to content

Commit

Permalink
chore(main): release 2.0.1 (#378)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Sep 13, 2022
1 parent 82d877f commit b93fdcf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-documentai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1](https://github.com/googleapis/python-documentai/compare/v2.0.0...v2.0.1) (2022-09-13)


### Documentation

* **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))

## [2.0.0](https://github.com/googleapis/python-documentai/compare/v1.5.1...v2.0.0) (2022-08-17)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from uuid import uuid4

import mock

from samples.snippets import create_processor_sample

location = "us"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import os

import mock

from samples.snippets import delete_processor_sample

location = "us"
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-documentai/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import setuptools # type: ignore

version = "2.0.0"
version = "2.0.1"

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

Expand Down

0 comments on commit b93fdcf

Please sign in to comment.