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 Dec 17, 2024
1 parent e1c5f5b commit b7a0b3b
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.16.12-dev2
## 0.16.12-dev3

### Enhancements

Expand All @@ -9,6 +9,7 @@
### Fixes

- **Upgrade ruff to latest.** Previously the ruff version was pinned to <0.5. Remove that pin and fix the handful of lint items that resulted.
- **CSV with asserted XLS content-type is correctly identified as CSV.** Resolves a bug where a CSV file with an asserted content-type of `application/vnd.ms-excel` was incorrectly identified as an XLS file.

## 0.16.11

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.16.12-dev2" # pragma: no cover
__version__ = "0.16.12-dev3" # pragma: no cover

0 comments on commit b7a0b3b

Please sign in to comment.