Merge branch 'develop' into master

This commit is contained in:
Lars Krönner 2020-04-19 00:40:21 +02:00 committed by GitHub
commit 3027178750
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -2,13 +2,14 @@
### __[v2.5.1]__ - unreleased
##### Added
Plugin requirements: Added requirements.txt for all plugins requiring extra python packages so the install will be easier
- Plugin requirements: Added requirements.txt for all plugins requiring extra python packages so the install will be easier
##### Changed
##### Deprecated
##### Removed
##### Fixed
##### Security
### __[v2.5]__ - 16.04.2020
##### Added
- Divera-Plugin: Plugin zum Ansteuern der Divera-Api. [#415](https://github.com/Schrolli91/BOSWatch/pull/415)

View file

@ -9,9 +9,9 @@ Global variables
"""
# version info
versionNr = "2.5"
branch = "master"
buildDate = "16.04.2020"
versionNr = "2.5.1"
branch = "dev"
buildDate = "unreleased"
# Global variables
config = 0