Preparing for release

This commit is contained in:
Yusur 2019-11-21 20:11:14 +01:00
parent d115e80e41
commit d40a8b9b6b
2 changed files with 3 additions and 2 deletions

View file

@ -23,7 +23,7 @@ import datetime, time, re, os, sys, string, json, html
from functools import wraps
from flask_login import LoginManager
__version__ = '0.8-dev'
__version__ = '0.8.0'
# we want to support Python 3 only.
# Python 2 has too many caveats.