Skip to content

Commit

Permalink
build: release commit for 0.11.4 (#2275)
Browse files Browse the repository at this point in the history
also cleans up the CHANGELOG to reflect the previous release of 0.11.2
  • Loading branch information
cragwolfe authored Dec 15, 2023
1 parent aa7794a commit 8ba1bed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.11.4-dev14
## 0.11.4

### Enhancements

Expand All @@ -21,7 +21,7 @@
* **Update partition_csv to handle different delimiters** CSV files containing both non-comma delimiters and commas in the data were throwing an error in Pandas. `partition_csv` now identifies the correct delimiter before the file is processed.
* **partition returning cid code in `hi_res`** occasionally pdfminer can fail to decode the text in an pdf file and return cid code as text. Now when this happens the text from OCR is used.

## 0.11.3
## 0.11.2

### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion unstructured/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11.4-dev14" # pragma: no cover
__version__ = "0.11.4" # pragma: no cover

0 comments on commit 8ba1bed

Please sign in to comment.