cubicweb/__pkginfo__.py
changeset 11795 031c99666221
parent 11747 9a6a8a683728
child 11831 d1fbe53885e9
child 11840 1eb3d6cd39c3
equal deleted inserted replaced
11794:d8830e2bd2e0 11795:031c99666221
    26 
    26 
    27 
    27 
    28 modname = distname = "cubicweb"
    28 modname = distname = "cubicweb"
    29 
    29 
    30 numversion = (3, 24, 0)
    30 numversion = (3, 24, 0)
    31 version = '.'.join(str(num) for num in numversion) + '.dev0'
    31 version = '.'.join(str(num) for num in numversion)
    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"
    36 web = 'https://www.cubicweb.org'
    36 web = 'https://www.cubicweb.org'