From a9d612bf6c32b610199e74b90573965a03024d99 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 22 Jul 2023 09:15:21 +0200 Subject: [PATCH] 1.4.4 --- docs/changelog.md | 7 +++++++ umap/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index f5c5fa94..26a636cc 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 1.4.4 - 2023-07-22 +- fix tooltip anchor unstable (cf #1224) +- add a timeout in ajax proxy default view (cf #1222) +- allow non ascii chars in variables (cf #1221) +- add missing DB migration for label changes + + ## 1.4.3 - 2023-07-20 - fix issue introduced in 1.4.2 where trying to read a non existent gzip diff --git a/umap/__init__.py b/umap/__init__.py index fd870296..8f8e75e9 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "1.4.3" +VERSION = "1.4.4"