cubicweb/__pkginfo__.py
changeset 12294 038ff1a7259f
parent 12254 2060ee44ea9a
child 12295 e08d8e171238
equal deleted inserted replaced
12258:46a8146f9703 12294:038ff1a7259f
    25 import glob
    25 import glob
    26 
    26 
    27 
    27 
    28 modname = distname = "cubicweb"
    28 modname = distname = "cubicweb"
    29 
    29 
    30 numversion = (3, 26, 0)
    30 numversion = (3, 27, 0)
    31 version = '.'.join(str(num) for num in numversion) + '.dev0'
    31 version = '.'.join(str(num) for num in numversion) + '.dev0'
    32 
    32 
    33 description = "a repository of entities / relations for knowledge management"
    33 description = "a repository of entities / relations for knowledge management"
    34 author = "Logilab"
    34 author = "Logilab"
    35 author_email = "contact@logilab.fr"
    35 author_email = "contact@logilab.fr"