Preparing for release

This commit is contained in:
Yusur 2019-11-05 17:03:58 +01:00
parent 7ede351b11
commit c57088c6c3
4 changed files with 12 additions and 6 deletions

View file

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