diff --git a/docs/changelog.md b/docs/changelog.md index 9bea88e9..5c6176e0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 3.0.1 - 2025-04-07 + +* fix showLabel wrongly using MultiChoices by @yohanboniface in #2609 + + ## 3.0.0 - 2025-04-07 This is the first release to officially support colaborative real-time map editing. diff --git a/umap/__init__.py b/umap/__init__.py index ea9d6945..ce310920 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "3.0.0" +VERSION = "3.0.1"