add more information

and update docu
This commit is contained in:
Bastian Schroll 2018-01-04 13:05:05 +01:00
parent b8931d1f75
commit dc1827ad2c
61 changed files with 396 additions and 71 deletions

21
boswatch/version.py Normal file
View file

@ -0,0 +1,21 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""!
____ ____ ______ __ __ __ _____
/ __ )/ __ \/ ___/ | / /___ _/ /______/ /_ |__ /
/ __ / / / /\__ \| | /| / / __ `/ __/ ___/ __ \ /_ <
/ /_/ / /_/ /___/ /| |/ |/ / /_/ / /_/ /__/ / / / ___/ /
/_____/\____//____/ |__/|__/\__,_/\__/\___/_/ /_/ /____/
German BOS Information Script
by Bastian Schroll
@file: version.py
@date: 14.12.2017
@author: Bastian Schroll
@description: Version numbers, branch and release date of BOSWatch
"""
client = {"major": 3, "minor": 0, "patch": 0}
server = {"major": 3, "minor": 0, "patch": 0}
date = {"day": 1, "month": 1, "year": 2018}
branch = "develop"