__pkginfo__.py
changeset 5736 375819ec7d43
parent 5719 8450389f2073
parent 5731 b12afc4dc5e3
child 5768 1e73a466aa69
equal deleted inserted replaced
5728:12d3da7b3bcf 5736:375819ec7d43
    20 software
    20 software
    21 """
    21 """
    22 
    22 
    23 modname = distname = "cubicweb"
    23 modname = distname = "cubicweb"
    24 
    24 
    25 numversion = (3, 8, 3)
    25 numversion = (3, 8, 4)
    26 version = '.'.join(str(num) for num in numversion)
    26 version = '.'.join(str(num) for num in numversion)
    27 
    27 
    28 description = "a repository of entities / relations for knowledge management"
    28 description = "a repository of entities / relations for knowledge management"
    29 author = "Logilab"
    29 author = "Logilab"
    30 author_email = "contact@logilab.fr"
    30 author_email = "contact@logilab.fr"