Skip to content

Commit 9835fe4

Browse files
set version 0.16.2 (#3748)
1 parent aa5935b commit 9835fe4

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

CHANGELOG.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
1-
## 0.16.2-dev2
1+
## 0.16.2
22

3-
<<<<<<< HEAD
4-
=======
53
### Enhancements
64

75
### Features
86

9-
>>>>>>> 81635a89 (resolve conflicts)
10-
### Features
11-
127
* **Whitespace-invariant CCT distance metric.** CCT Levenshtein distance for strings is by default computed with standardized whitespaces.
138

14-
## 0.16.2-dev1
15-
16-
### Enhancements
17-
18-
### Features
19-
209
### Fixes
2110

2211
* **Fixed retry config settings for partition_via_api function** If the SDK's default retry config is not set the retry config getter function does not fail anymore.

unstructured/__version__.py

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

0 commit comments

Comments
 (0)