diff --git a/docs/changelog.md b/docs/changelog.md index 15741e31..c51644e6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2.9.1 - 2025-03-03 + +* be more persuasive in deprecating twitter login backend by @yohanboniface in #2538 + + ## 2.9.0 - 2025-03-03 This release is mainly about making the sync feature deployable and more stable (but still diff --git a/umap/__init__.py b/umap/__init__.py index 481582eb..450d53c9 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "2.9.0" +VERSION = "2.9.1"