__pkginfo__.py
branch3.0
changeset 12558 29291282facc
parent 482 2e400b8dfc25
child 840 874347eba220
child 858 e6ae125d5903
equal deleted inserted replaced
2029:9c316aedb90c 12558:29291282facc
     4 """
     4 """
     5 
     5 
     6 distname = "cubicweb"
     6 distname = "cubicweb"
     7 modname = "cubicweb"
     7 modname = "cubicweb"
     8 
     8 
     9 numversion = (3, 0, 3)
     9 numversion = (3, 0, 4)
    10 version = '.'.join(str(num) for num in numversion)
    10 version = '.'.join(str(num) for num in numversion)
    11 
    11 
    12 license = 'LCL'
    12 license = 'LCL'
    13 copyright = '''Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE).
    13 copyright = '''Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE).
    14 http://www.logilab.fr/ -- mailto:contact@logilab.fr'''
    14 http://www.logilab.fr/ -- mailto:contact@logilab.fr'''