From b9c6744667aa509dca1024b55f286639287a045f Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Thu, 16 Apr 2020 13:10:17 +0200 Subject: [PATCH] prepare release --- CHANGELOG.md | 5 +---- includes/globalVars.py | 6 +++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1cc352a..d10eb560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### __[v2.4.4]__ - unreleased +### __[v2.5]__ - 16.04.2020 ##### Added - Divera-Plugin: Plugin zum Ansteuern der Divera-Api. [#415](https://github.com/Schrolli91/BOSWatch/pull/415) - GPIO-Control: Plugin zum Ansteuern der GPIO Pins. [#438](https://github.com/Schrolli91/BOSWatch/pull/438) @@ -8,12 +8,9 @@ - MySQL-Plugin: Index für die RIC Adresse hinzugefügt [#411](https://github.com/Schrolli91/BOSWatch/issues/411) - MySQL-Plugin: INSERT Befehl für MySQL 8.x angepasst, Spaltennamen escaped [#410](https://github.com/Schrolli91/BOSWatch/issues/410) - Pushover-Plugin: Konfigurationsmöglichkeit für den Sound [#418](https://github.com/Schrolli91/BOSWatch/issues/418) -##### Deprecated -##### Removed ##### Fixed - Description-List: Buchstaben in FMS-Kennungen werden nun erkannt und zugelassen [#409](https://github.com/Schrolli91/BOSWatch/issues/409) - MySQL-Plugin: Volle UTF-8 Kompatibilität für Datenbankstruktur, Verbindung und Darstellung im WebUI [#398](https://github.com/Schrolli91/BOSWatch/issues/398) -##### Security ### __[v2.4.3]__ - 22.09.2019 diff --git a/includes/globalVars.py b/includes/globalVars.py index d0edd2aa..21337487 100644 --- a/includes/globalVars.py +++ b/includes/globalVars.py @@ -9,9 +9,9 @@ """ # version info -versionNr = "2.4.4" -branch = "dev" -buildDate = "unreleased" +versionNr = "2.5" +branch = "master" +buildDate = "16.04.2020" # Global variables config = 0