From 588dc73cbb26cf15add1b1891092b5d76427a4c2 Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Tue, 11 Feb 2020 17:13:50 +0100 Subject: [PATCH] release of 3.2.5 --- CHANGELOG.md | 5 +++++ Makefile | 2 +- README.md | 2 +- metadata.txt | 5 ++++- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8824b7f..fdd72bdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## Version 3.2.5 + +* Fix Python syntax +* Refactor Time Manager panel to be editable + ## Version 3.2.4 * Display color in table diff --git a/Makefile b/Makefile index ee388059..17a05c0c 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ # Edit the following to match your sources lists ################################################# -VERSION = "3.2.4" +VERSION = "3.2.5" #Add iso code for any locales you want to support here (space separated) # default is no locales diff --git a/README.md b/README.md index 67e92d9d..2bc9e398 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## [![logo](resources/icons/icon.png "3Liz")][3liz]Lizmap QGIS Plugin -* Latest download link: https://plugins.qgis.org/plugins/lizmap/version/3.2.4/download/ +* Latest download link: https://plugins.qgis.org/plugins/lizmap/version/3.2.5/download/ * All versions are available [here](https://plugins.qgis.org/plugins/lizmap/) * Do not use the link provided by GitHub by default. diff --git a/metadata.txt b/metadata.txt index b30e5dc0..fbdc0b10 100644 --- a/metadata.txt +++ b/metadata.txt @@ -7,11 +7,14 @@ description=Publish QGIS maps to the Web via Lizmap Web Client, by 3liz.com about=Publish QGIS maps to the Web via Lizmap Web Client, by 3liz.com. Documentation : https://docs.lizmap.com category=Web # set -beta for dev version -version=3.2.4 +version=3.2.5 ; end of mandatory metadata ; start of optional metadata changelog= + Version 3.2.5: + * Fix Python syntax + * Refactor Time Manager panel to be editable Version 3.2.4: * Display color in table * Re-enable color button