mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-05 00:00:03 +01:00
Merge branch 'develop' into master
This commit is contained in:
commit
3027178750
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue