From 90f7680d8d9ae89a38a47295e7c310d12233e141 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 3 Jun 2023 08:27:03 +0200 Subject: [PATCH] 1.3.1 --- docs/changelog.md | 6 ++++++ setup.cfg | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index c09371a2..bb0c5e0b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 1.3.1 + +- fix table rendering (cf #1117) +- fix some errors not caught in ajax proxy (cf #1118 #1119) +- add simple form to send secret edit link by email in anonymous mode (cf #1102) + ## 1.3.0 - added a filter by category panel (cf #1041, thanks @k-3st3ban) diff --git a/setup.cfg b/setup.cfg index caa1e364..ff7aae54 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = umap-project -version = 1.3.0 +version = 1.3.1 description = Create maps with OpenStreetMap layers in a minute and embed them in your site. long_description = file: README.md long_description_content_type = text/markdown