Preparing for release
This commit is contained in:
parent
313c001a63
commit
b0ccb2e3b0
3 changed files with 3 additions and 2 deletions
2
app.py
2
app.py
|
|
@ -8,7 +8,7 @@ from functools import wraps
|
|||
import argparse
|
||||
from flask_login import LoginManager, login_user, logout_user, login_required
|
||||
|
||||
__version__ = '0.5-dev'
|
||||
__version__ = '0.5.0'
|
||||
|
||||
# we want to support Python 3 only.
|
||||
# Python 2 has too many caveats.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue