From 9835fe4d5b5608810facba95b4e0ba04ba480262 Mon Sep 17 00:00:00 2001 From: Marianna Date: Thu, 24 Oct 2024 18:29:43 +0200 Subject: [PATCH] set version 0.16.2 (#3748) --- CHANGELOG.md | 13 +------------ unstructured/__version__.py | 2 +- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2cd18b1a2..5b32409325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,11 @@ -## 0.16.2-dev2 +## 0.16.2 -<<<<<<< HEAD -======= ### Enhancements ### Features ->>>>>>> 81635a89 (resolve conflicts) -### Features - * **Whitespace-invariant CCT distance metric.** CCT Levenshtein distance for strings is by default computed with standardized whitespaces. -## 0.16.2-dev1 - -### Enhancements - -### Features - ### Fixes * **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. diff --git a/unstructured/__version__.py b/unstructured/__version__.py index ea305a9cdd..d750d3b2a7 100644 --- a/unstructured/__version__.py +++ b/unstructured/__version__.py @@ -1 +1 @@ -__version__ = "0.16.2-dev2" # pragma: no cover +__version__ = "0.16.2" # pragma: no cover