From 010329dce5504476c7d98ffb9facb94025c78a6f Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 11 Sep 2024 18:36:38 +0200 Subject: [PATCH] 2.6.3 --- docs/changelog.md | 10 ++++++++-- umap/__init__.py | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 68418bac..e9a0cc7f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,16 +1,22 @@ # Changelog +## 2.6.3 - 2024-09-11 + +* delete shape from edit toolbar by @yohanboniface in #2126 +* fix merge lines on vertex click by @yohanboniface in #2128 +* clicking feature in the browser would not open popup in cluster by @yohanboniface in #2129 + ## 2.6.2 - 2024-09-10 ### Bug fixes -- fix German translation breaking home page in /de/ +* fix German translation breaking home page in /de/ ## 2.6.1 - 2024-09-10 ### Bug fixes -- fix `teams.all()` called by mistake on anonymous users +* fix `teams.all()` called by mistake on anonymous users ## 2.6.0 - 2024-09-10 diff --git a/umap/__init__.py b/umap/__init__.py index bbf416aa..0430b66e 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "2.6.2" +VERSION = "2.6.3"