__pkginfo__.py
branchstable
changeset 5117 10d252240b2b
parent 5110 e1f0fb044d94
child 5118 768beb8e15f1
equal deleted inserted replaced
5116:a2ce436e00ad 5117:10d252240b2b
     5 """
     5 """
     6 
     6 
     7 distname = "cubicweb"
     7 distname = "cubicweb"
     8 modname = "cubicweb"
     8 modname = "cubicweb"
     9 
     9 
    10 numversion = (3, 7, 2)
    10 numversion = (3, 7, 3)
    11 version = '.'.join(str(num) for num in numversion)
    11 version = '.'.join(str(num) for num in numversion)
    12 
    12 
    13 license = 'LGPL'
    13 license = 'LGPL'
    14 copyright = '''Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE).
    14 copyright = '''Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE).
    15 http://www.logilab.fr/ -- mailto:contact@logilab.fr'''
    15 http://www.logilab.fr/ -- mailto:contact@logilab.fr'''