Skip to content

Commit 77f560a

Browse files
committed
add changelog and fix readme ref
1 parent e3c193a commit 77f560a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.42.5
2+
3+
### Enhancements
4+
* Support for on-demand jobs via CreateJob API
5+
* New Read-only APIs GetTemplate and ListTemplates
6+
7+
### Features
8+
9+
### Fixes
10+
111
## 0.42.4
212

313
### Enhancements

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "unstructured-client"
44
version = "0.42.5"
55
description = "Python Client SDK for Unstructured API"
66
authors = [{ name = "Unstructured" },]
7-
readme = "README-PYPI.md"
7+
readme = "README.md"
88
requires-python = ">=3.9.2"
99
dependencies = [
1010
"aiofiles >=24.1.0",

0 commit comments

Comments
 (0)