cubicweb/__pkginfo__.py
branch3.24
changeset 11927 35fd54c0065d
parent 11860 bb5904cd284e
child 11929 fcbd6b251d81
child 11940 70d28e632206
equal deleted inserted replaced
11926:2deb9f6cbb7b 11927:35fd54c0065d
    25 import glob
    25 import glob
    26 
    26 
    27 
    27 
    28 modname = distname = "cubicweb"
    28 modname = distname = "cubicweb"
    29 
    29 
    30 numversion = (3, 24, 3)
    30 numversion = (3, 24, 4)
    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"