__pkginfo__.py
changeset 1017 1a8442f3d63a
parent 963 fc73fd8ba8d6
child 1030 2ead2111cfab
equal deleted inserted replaced
1004:625e59773119 1017:1a8442f3d63a
     4 """
     4 """
     5 
     5 
     6 distname = "cubicweb"
     6 distname = "cubicweb"
     7 modname = "cubicweb"
     7 modname = "cubicweb"
     8 
     8 
     9 numversion = (3, 1, 0)
     9 numversion = (3, 1, 1)
    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'''