__pkginfo__.py
branchstable
changeset 2137 a356da3e725b
parent 2037 2d7d3062ca03
child 2163 f12373e04961
equal deleted inserted replaced
2131:00e6d1cb18ea 2137:a356da3e725b
     5 """
     5 """
     6 
     6 
     7 distname = "cubicweb"
     7 distname = "cubicweb"
     8 modname = "cubicweb"
     8 modname = "cubicweb"
     9 
     9 
    10 numversion = (3, 3, 0)
    10 numversion = (3, 3, 1)
    11 version = '.'.join(str(num) for num in numversion)
    11 version = '.'.join(str(num) for num in numversion)
    12 
    12 
    13 license = 'LGPL v2'
    13 license = 'LGPL v2'
    14 copyright = '''Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
    14 copyright = '''Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
    15 http://www.logilab.fr/ -- mailto:contact@logilab.fr'''
    15 http://www.logilab.fr/ -- mailto:contact@logilab.fr'''