Skip to content

Commit 626f73a

Browse files
chore: remove dev and release as 0.16.6 (#3793)
1 parent 3b9b01c commit 626f73a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.16.6-dev2
1+
## 0.16.6
22

33
### Enhancements
44
- **Every <table> tag is considered to be ontology.Table** Added special handling for tables in HTML partitioning. This change is made to improve the accuracy of table extraction from HTML documents.

unstructured/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.16.6-dev2" # pragma: no cover
1+
__version__ = "0.16.6" # pragma: no cover

0 commit comments

Comments
 (0)