diff --git a/docs/changelog.md b/docs/changelog.md index 926ae115..aa5675ae 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2.7.3 - 2024-12-10 + +### Bug fixes +* correctly reset Dialog’s returnValue by @davidbgk in #2356 + ## 2.7.2 - 2024-11-15 ### Bug fixes diff --git a/umap/__init__.py b/umap/__init__.py index 463c6c44..24e1a09a 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "2.7.2" +VERSION = "2.7.3"