From 90a7047aad9842eb067815c0bcacc30766e93dcb Mon Sep 17 00:00:00 2001 From: Arnaud Delcasse Date: Tue, 4 Sep 2012 21:13:21 +0200 Subject: [PATCH] change version number --- settings.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py.example b/settings.py.example index 105d398..9132889 100644 --- a/settings.py.example +++ b/settings.py.example @@ -7,6 +7,6 @@ SECRET_KEY = '{J@uRKO,xO-PK7B,jF?>iHbxLasF9s#zjOoy=+:' DEBUG = True TITLE = u"Cavote FFDN" EMAIL = '"' + TITLE + '"' + ' <' + u"cavote@ffdn.org" + '>' -VERSION = "cavote 0.1.1" +VERSION = "cavote 0.2.0" SMTP_SERVER = "127.0.0.1" PATTERNS = {u'Oui/Non': [u'Oui', u'Non'], u'Oui/Non/Blanc': [u'Oui', u'Non', u'Blanc'], u'Oui/Non/Peut-être': [u'Oui', u'Non', u'Peut-être']} -- 2.20.1