This commit is contained in:
Schrolli91 2021-01-08 19:05:14 +01:00
parent 4f5b4854c7
commit e2e7f01692
No known key found for this signature in database
GPG key ID: 0AE96912A20E9F5F
2 changed files with 3 additions and 12 deletions

View file

@ -1,15 +1,6 @@
# Changelog # Changelog
### __[v2.5.3]__ - unreleased
##### Added
##### Changed
##### Deprecated
##### Removed
##### Fixed
##### Security
### __[v2.5.2]__ - 08.01.2021 ### __[v2.5.2]__ - 08.01.2021
##### Added ##### Added
- fhemCmd-Plugin: New plugin fhemCmd to execute commands in FHEM home automation. [#457](https://github.com/Schrolli91/BOSWatch/pull/457) - fhemCmd-Plugin: New plugin fhemCmd to execute commands in FHEM home automation. [#457](https://github.com/Schrolli91/BOSWatch/pull/457)

View file

@ -9,9 +9,9 @@ Global variables
""" """
# version info # version info
versionNr = "2.5.3" versionNr = "2.5.2"
branch = "dev" branch = "master"
buildDate = "unreleased" buildDate = "08.01.2021"
# Global variables # Global variables
config = 0 config = 0