__pkginfo__.py
changeset 10301 729f36a1bcfa
parent 10232 cda1bdc3652e
parent 10297 7f64859dcbcd
child 10411 4ee15441f2eb
equal deleted inserted replaced
10276:ffb269e60348 10301:729f36a1bcfa
    20 software
    20 software
    21 """
    21 """
    22 
    22 
    23 modname = distname = "cubicweb"
    23 modname = distname = "cubicweb"
    24 
    24 
    25 numversion = (3, 20, 4)
    25 numversion = (3, 20, 6)
    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"