__pkginfo__.py
changeset 1256 f7b875c62039
parent 1241 00a8e6a1447e
child 1279 ea32281eff00
child 1398 5fe84a5f7035
equal deleted inserted replaced
1255:9d25fd39f9b5 1256:f7b875c62039
     4 """
     4 """
     5 
     5 
     6 distname = "cubicweb"
     6 distname = "cubicweb"
     7 modname = "cubicweb"
     7 modname = "cubicweb"
     8 
     8 
     9 numversion = (3, 1, 3)
     9 numversion = (3, 1, 4)
    10 version = '.'.join(str(num) for num in numversion)
    10 version = '.'.join(str(num) for num in numversion)
    11 
    11 
    12 license = 'LGPL v2'
    12 license = 'LGPL v2'
    13 copyright = '''Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
    13 copyright = '''Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
    14 http://www.logilab.fr/ -- mailto:contact@logilab.fr'''
    14 http://www.logilab.fr/ -- mailto:contact@logilab.fr'''