From 020f805fbe12dfe01a35f04113ad0a5f3d1ee9a0 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Sat, 17 Jun 2023 09:46:04 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=201.3.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 8 ++++++++ umap/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 82870958..f19f8c7b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,13 @@ # Changelog +## 1.3.4 - 2023-06-17 + +- allow to control icon opacity (cf #236) +- display the number of maps on search results page +- allow to customize user display name and URL slug +- fix geo: scheme in (description) links (cf #1140) +- fix popup footer floating within the content (cf #1146) + ## 1.3.3 - 2023-06-07 - add Dockerfile diff --git a/umap/__init__.py b/umap/__init__.py index e371c8ac..4a16f216 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "1.3.3" +VERSION = "1.3.4"