Parcourir la source

version update

tags/v1.1.1^0
Dirk Alders il y a 1 an
Parent
révision
0935605984
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      smart_brain.py

+ 2
- 2
smart_brain.py Voir le fichier

@@ -14,8 +14,8 @@ logger = logging.getLogger(config.APP_NAME)
14 14
 # TODO: implement garland (incl. day events like sunset, sunrise, ...)
15 15
 
16 16
 VERS_MAJOR = 1
17
-VERS_MINOR = 0
18
-VERS_PATCH = 2
17
+VERS_MINOR = 1
18
+VERS_PATCH = 1
19 19
 
20 20
 INFO_TOPIC = "__info__"
21 21
 INFO_DATA = {

Chargement…
Annuler
Enregistrer