Skip to content

Commit

Permalink
chore: bump CHANGELOG + __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
scanny committed May 1, 2024
1 parent 2acfde2 commit 15430c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.13.7-dev1
## 0.13.7-dev2

### Enhancements

Expand All @@ -8,6 +8,8 @@

### Fixes

* **`partition_docx()` handles short table rows.** The DOCX format allows a table row to start late and/or end early, meaning cells at the beginning or end of a row can be omitted. While there are legitimate uses for this capability, using it in practice is relatively rare. However, it can happen unintentionally when adjusting cell borders with the mouse. Accommodate this case and generate accurate `.text` and `.metadata.text_as_html` for these tables.

## 0.13.6

### 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.13.7-dev1" # pragma: no cover
__version__ = "0.13.7-dev2" # pragma: no cover

0 comments on commit 15430c2

Please sign in to comment.