change some files

This commit is contained in:
Bastian Schroll 2018-01-07 11:33:38 +01:00
parent 620d848b4c
commit 2f4853b144
5 changed files with 33 additions and 19 deletions

View file

@ -14,6 +14,9 @@
@author: Bastian Schroll
@description: Version numbers, branch and release date of BOSWatch
"""
import logging
logging.debug("- %s loaded", __name__)
client = {"major": 3, "minor": 0, "patch": 0}
server = {"major": 3, "minor": 0, "patch": 0}