Skip to content

Commit

Permalink
chore: update changelog & version
Browse files Browse the repository at this point in the history
  • Loading branch information
christinestraub committed May 31, 2024
1 parent 930438f commit 76c1cb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.14.4-dev5
## 0.14.4

### Enhancements

Expand All @@ -12,6 +12,7 @@

### Fixes

* **Address the issue of unrecognized tables in `UnstructuredTableTransformerModel`** When a table is not recognized, the `element.metadata.text_as_html` attribute is set to an empty string.
* **Fix V2 S3 Destination Connector authentication** Fixes bugs with S3 Destination Connector where the connection config was neither registered nor properly deserialized.
* **Clarified dependence on particular version of `python-docx`** Pinned `python-docx` version to ensure a particular method `unstructured` uses is included.
* **Ingest preserves original file extension** Ingest V2 introduced a change that dropped the original extension for upgraded connectors. This reverts that change.
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.14.4-dev5" # pragma: no cover
__version__ = "0.14.4" # pragma: no cover

0 comments on commit 76c1cb4

Please sign in to comment.