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

Commit

Permalink
chore: release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Aug 25, 2021
1 parent 41ddbda commit a950cc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

### [1.0.1](https://www.github.com/googleapis/python-documentai/compare/v1.0.0...v1.0.1) (2021-08-25)


### Bug Fixes

* **v1beta2:** Update DocumentUnderstandingService default_host from a regional endpoint to non-regional ([#195](https://www.github.com/googleapis/python-documentai/issues/195)) ([090bcc5](https://www.github.com/googleapis/python-documentai/commit/090bcc568a2f448c00a0062bc0a3eddddc8ded87))

## [1.0.0](https://www.github.com/googleapis/python-documentai/compare/v0.5.0...v1.0.0) (2021-07-26)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.0.0"
version = "1.0.1"

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

Expand Down

0 comments on commit a950cc2

Please sign in to comment.