cubicweb/__pkginfo__.py
branch3.23
changeset 11418 b7a4b8458932
parent 11395 8f035d5d5953
child 11426 f666f484e5f4
child 12085 032aad6f3586
equal deleted inserted replaced
11396:79bc50f8d2ba 11418:b7a4b8458932
    25 import glob
    25 import glob
    26 
    26 
    27 
    27 
    28 modname = distname = "cubicweb"
    28 modname = distname = "cubicweb"
    29 
    29 
    30 numversion = (3, 23, 1)
    30 numversion = (3, 23, 2)
    31 version = '.'.join(str(num) for num in numversion)
    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"