__pkginfo__.py
branchstable
changeset 3600 540210e138d3
parent 3366 1f0aa3cd5af2
child 3610 312349b3712e
equal deleted inserted replaced
3599:e64574673827 3600:540210e138d3
     5 """
     5 """
     6 
     6 
     7 distname = "cubicweb"
     7 distname = "cubicweb"
     8 modname = "cubicweb"
     8 modname = "cubicweb"
     9 
     9 
    10 numversion = (3, 5, 2)
    10 numversion = (3, 5, 3)
    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'''