diff --git a/docs/changelog.md b/docs/changelog.md index c51644e6..6f7ff008 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2.9.2 - 2025-03-04 + +* measure/drawing tooltip was misplaced by @yohanboniface in #2541 +* be defensive when getting the backend name from the session by @yohanboniface in #2540 + + ## 2.9.1 - 2025-03-03 * be more persuasive in deprecating twitter login backend by @yohanboniface in #2538 diff --git a/umap/__init__.py b/umap/__init__.py index 450d53c9..d6dc02e0 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "2.9.1" +VERSION = "2.9.2"