Ver código fonte

version update

tags/v1.1.1^0
Dirk Alders 1 ano atrás
pai
commit
0935605984
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      smart_brain.py

+ 2
- 2
smart_brain.py Ver arquivo

@@ -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 = {

Carregando…
Cancelar
Salvar