__pkginfo__.py
branch3.5
changeset 2966 0aeb81eb179c
parent 2904 b9d3f7f884ce
child 3034 b03c63008c61
equal deleted inserted replaced
2965:75ad5cb00b88 2966:0aeb81eb179c
     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, 5, 0)
    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'''