prepare for new version

This commit is contained in:
Bastian Schroll 2018-10-23 07:59:39 +02:00
parent 28d45966b2
commit 740f10dfae
2 changed files with 11 additions and 5 deletions

View file

@ -1,16 +1,22 @@
# Changelog
### __[v2.#]__ - Unreleased
### __[v#.#]__ - date
##### Added
##### Changed
##### Deprecated
##### Removed
##### Fixed
##### Security
### __[v2.4.1]__ - 23.20.2018
##### Added
- Pushover-Plugin: Priorität für einzelne RIC und ZVEI in config einstellbar [#378](https://github.com/Schrolli91/BOSWatch/pull/378)
##### Changed
- Kleinere Anpassungen im Telegram Plugin (Karten-Generierung) [#380](https://github.com/Schrolli91/BOSWatch/pull/380)
##### Deprecated
##### Removed
- Notify-my-Andoird Plugin und Logging-Handler wegen Einstellung des Service entfernt [#374](https://github.com/Schrolli91/BOSWatch/pull/374)
##### Fixed
##### Security
### __[v2.4]__ - 17.08.2018

View file

@ -9,7 +9,7 @@ Global variables
"""
# version info
versionNr = "2.4"
versionNr = "2.4.1"
branch = "dev"
buildDate = "unreleased"