__pkginfo__.py
changeset 242 26bd3a406889
parent 238 d3543063a415
child 259 d7bb01e5be9d
equal deleted inserted replaced
241:89e11cc865b2 242:26bd3a406889
     4 """
     4 """
     5 
     5 
     6 distname = "cubicweb"
     6 distname = "cubicweb"
     7 modname = "cubicweb"
     7 modname = "cubicweb"
     8 
     8 
     9 numversion = (2, 99, 6)
     9 numversion = (2, 99, 7)
    10 version = '.'.join(str(num) for num in numversion)
    10 version = '.'.join(str(num) for num in numversion)
    11 
    11 
    12 license = 'LCL'
    12 license = 'LCL'
    13 copyright = '''Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE).
    13 copyright = '''Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE).
    14 http://www.logilab.fr/ -- mailto:contact@logilab.fr'''
    14 http://www.logilab.fr/ -- mailto:contact@logilab.fr'''