release 1.10.9

This commit is contained in:
Thomas NOËL 2014-05-16 16:20:38 +02:00
parent cf11768b03
commit 994fe50099
2 changed files with 1 additions and 2 deletions

View File

@ -128,7 +128,6 @@ obtenu à l'adresse
{
"name": "Newsletter",
"only_allow_one": "false",
"signing": "false",
"allow_drafts": "false",
"confirmation": "true",
"discussion": "false",

View File

@ -18,7 +18,7 @@ import sys
import os
sys.path.insert(0, os.path.dirname(__file__))
__version__ = '1.10.8'
__version__ = '1.10.9'
import qommon