Skip to content

Commit

Permalink
chore: updated CHANGELOG and version
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kmiecik committed Jun 10, 2024
1 parent bf96cf3 commit f3b1b83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.7.35-dev0
Fix syntax for generated HTML tables

## 0.7.34

* Reduce excessive logging
Expand Down
2 changes: 1 addition & 1 deletion unstructured_inference/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.34" # pragma: no cover
__version__ = "0.7.35-dev0" # pragma: no cover

0 comments on commit f3b1b83

Please sign in to comment.