Skip to content

Commit 1621a70

Browse files
authored
fix: Brings back missing word list files (#2857)
Fixes #2855
1 parent 57c7c7a commit 1621a70

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Diff for: CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
## 0.13.2-dev0
1+
## 0.13.2
22

33
### Enhancements
44

55
### Features
66

77
### Fixes
88

9+
* **Brings back missing word list files** that caused `partition` failures in 0.13.1.
10+
911
## 0.13.1
1012

1113
### Enhancements

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,5 @@ def load_requirements(file_list: Optional[Union[str, List[str]]] = None) -> List
176176
"databricks-volumes": load_requirements("requirements/ingest/databricks-volumes.in"),
177177
},
178178
package_dir={"unstructured": "unstructured"},
179-
package_data={"unstructured": ["nlp/*.in"]},
179+
package_data={"unstructured": ["nlp/*.txt"]},
180180
)

Diff for: unstructured/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.13.2-dev0" # pragma: no cover
1+
__version__ = "0.13.2" # pragma: no cover

0 commit comments

Comments
 (0)