Skip to content

Commit 2458cad

Browse files
authored
Prepare 1.6.10 release (#512)
## Summary - Add a `1.6.10` changelog entry for Python 3.13 support - Bump `unstructured_inference.__version__` to `1.6.10` <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk release metadata update only: bumps the library version and adds a changelog entry; no runtime logic changes. > > **Overview** > Prepares the `1.6.10` release by adding a `1.6.10` entry to `CHANGELOG.md` noting **Python 3.13 support**. > > Bumps `unstructured_inference.__version__` from `1.6.9` to `1.6.10`. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit fca3497. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent f4242c9 commit 2458cad

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.6.10
2+
3+
### Enhancement
4+
- Add Python 3.13 support.
5+
16
## 1.6.9
27

38
### Enhancement
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.9" # pragma: no cover
1+
__version__ = "1.6.10" # pragma: no cover

0 commit comments

Comments
 (0)