__pkginfo__.py
changeset 238 d3543063a415
parent 217 68b7a9246885
child 242 26bd3a406889
equal deleted inserted replaced
237:3df2e0ae2eba 238:d3543063a415
     4 """
     4 """
     5 
     5 
     6 distname = "cubicweb"
     6 distname = "cubicweb"
     7 modname = "cubicweb"
     7 modname = "cubicweb"
     8 
     8 
     9 numversion = (2, 99, 5)
     9 numversion = (2, 99, 6)
    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'''