From: Arnaud Delcasse Date: Tue, 4 Sep 2012 19:13:21 +0000 (+0200) Subject: change version number X-Git-Url: http://git.heureux-cyclage.org/?p=cavote.git;a=commitdiff_plain;h=90a7047aad9842eb067815c0bcacc30766e93dcb change version number --- 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']}