__pkginfo__.py
changeset 963 fc73fd8ba8d6
parent 859 17555e9b9854
child 1017 1a8442f3d63a
equal deleted inserted replaced
962:1cc3c240b2d5 963:fc73fd8ba8d6
     4 """
     4 """
     5 
     5 
     6 distname = "cubicweb"
     6 distname = "cubicweb"
     7 modname = "cubicweb"
     7 modname = "cubicweb"
     8 
     8 
     9 numversion = (3, 0, 10)
     9 numversion = (3, 1, 0)
    10 version = '.'.join(str(num) for num in numversion)
    10 version = '.'.join(str(num) for num in numversion)
    11 
    11 
    12 license = 'GPL'
    12 license = 'GPL'
    13 copyright = '''Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
    13 copyright = '''Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
    14 http://www.logilab.fr/ -- mailto:contact@logilab.fr'''
    14 http://www.logilab.fr/ -- mailto:contact@logilab.fr'''