__pkginfo__.py
brancholdstable
changeset 5439 c476d106705e
parent 5424 8ecbcbff9777
child 5456 d040889fac4e
child 5469 4746c157e5e4
equal deleted inserted replaced
5431:84d8b4357528 5439:c476d106705e
    21 """
    21 """
    22 
    22 
    23 distname = "cubicweb"
    23 distname = "cubicweb"
    24 modname = "cubicweb"
    24 modname = "cubicweb"
    25 
    25 
    26 numversion = (3, 7, 4)
    26 numversion = (3, 7, 5)
    27 version = '.'.join(str(num) for num in numversion)
    27 version = '.'.join(str(num) for num in numversion)
    28 
    28 
    29 license = 'LGPL'
    29 license = 'LGPL'
    30 copyright = '''Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE).
    30 copyright = '''Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE).
    31 http://www.logilab.fr/ -- mailto:contact@logilab.fr'''
    31 http://www.logilab.fr/ -- mailto:contact@logilab.fr'''