From b1d7dfb1bfbe2e54e3c6010f1e23e5c2568c02fc Mon Sep 17 00:00:00 2001 From: Mattia Succurro Date: Tue, 5 Nov 2019 22:21:39 +0100 Subject: [PATCH] Changing version number --- app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/__init__.py b/app/__init__.py index fdab8d1..fe04712 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -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.0' +__version__ = '0.7.1-dev' # we want to support Python 3 only. # Python 2 has too many caveats.