__pkginfo__.py
branchstable
changeset 3025 3a65f9b3367c
parent 2904 b9d3f7f884ce
child 3034 b03c63008c61
child 3058 19180dc9d1b1
equal deleted inserted replaced
3021:a2d6caa8ff44 3025:3a65f9b3367c
     5 """
     5 """
     6 
     6 
     7 distname = "cubicweb"
     7 distname = "cubicweb"
     8 modname = "cubicweb"
     8 modname = "cubicweb"
     9 
     9 
    10 numversion = (3, 4, 4)
    10 numversion = (3, 4, 5)
    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'''