From 44efa8a3b4dd0aa56f25d28185fb18bd23b4bba9 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Tue, 28 Apr 2020 13:01:16 +0200 Subject: [PATCH] prepare release --- CHANGELOG.md | 6 +----- includes/globalVars.py | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1efabf1..176f30b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,12 @@ # Changelog -### __[v2.5.1]__ - unreleased +### __[v2.5.1]__ - 28.04.2020 ##### Added - Plugin requirements: Added requirements.txt for all plugins requiring extra python packages so the install will be easier - DescriptionList POC: add new description parameter for Sub-RICs without a main RIC definition. parameter 'onlysubric'. [#449](https://github.com/Schrolli91/BOSWatch/pull/449) -##### Changed -##### Deprecated -##### Removed ##### Fixed - MySQL plugin: Ensure character set (utf8mb4) and collation (utf8mb4_general_ci) are set correctly when connection to database is established. [#447](https://github.com/Schrolli91/BOSWatch/pull/447) - E-Mail plugin: Create MIME-compliant header that can contain any kind of string. [#448](https://github.com/Schrolli91/BOSWatch/pull/448) -##### Security ### __[v2.5]__ - 16.04.2020 diff --git a/includes/globalVars.py b/includes/globalVars.py index 0a8045ce..05a1808d 100644 --- a/includes/globalVars.py +++ b/includes/globalVars.py @@ -10,8 +10,8 @@ # version info versionNr = "2.5.1" -branch = "dev" -buildDate = "unreleased" +branch = "master" +buildDate = "28.04.2020" # Global variables config = 0