Skip to content

Commit 8dd4fbd

Browse files
committed
changelog and version
1 parent 0289ca3 commit 8dd4fbd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.7.3-dev3
1+
## 0.7.3
22

33
### Enhancements
44

@@ -8,6 +8,7 @@
88

99
### Fixes
1010

11+
* Pass `strategy` parameter down from `partition` for `partition_image`
1112
* Filetype detection if a CSV has a `text/plain` MIME type
1213
* `convert_office_doc` no longers prints file conversion info messages to stdout.
1314
* `partition_via_api` reflects the actual filetype for the file processed in the API.

unstructured/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.3-dev3" # pragma: no cover
1+
__version__ = "0.7.3" # pragma: no cover

0 commit comments

Comments
 (0)