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 d566f9b commit 5eaf449Copy full SHA for 5eaf449
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.4.16-dev5
+## 0.4.16
2
3
### Enhancements
4
@@ -14,6 +14,7 @@
14
### Fixes
15
16
* Initializes connector properly in ingest.main::MainProcess
17
+* Restricts version of unstructured-inference to avoid multithreading issue
18
19
## 0.4.15
20
unstructured/__version__.py
@@ -1 +1 @@
-__version__ = "0.4.16-dev5" # pragma: no cover
+__version__ = "0.4.16" # pragma: no cover
0 commit comments