mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 13:57:44 +00:00
add more information
and update docu
This commit is contained in:
parent
b8931d1f75
commit
dc1827ad2c
61 changed files with 396 additions and 71 deletions
21
boswatch/version.py
Normal file
21
boswatch/version.py
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue