We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0289ca3 commit 8dd4fbdCopy full SHA for 8dd4fbd
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.7.3-dev3
+## 0.7.3
2
3
### Enhancements
4
@@ -8,6 +8,7 @@
8
9
### Fixes
10
11
+* Pass `strategy` parameter down from `partition` for `partition_image`
12
* Filetype detection if a CSV has a `text/plain` MIME type
13
* `convert_office_doc` no longers prints file conversion info messages to stdout.
14
* `partition_via_api` reflects the actual filetype for the file processed in the API.
unstructured/__version__.py
@@ -1 +1 @@
-__version__ = "0.7.3-dev3" # pragma: no cover
+__version__ = "0.7.3" # pragma: no cover
0 commit comments