__pkginfo__.py
branch3.20
changeset 11401 0b4fd993e9d7
parent 11235 636a83e65870
child 11404 98eebbe3de23
equal deleted inserted replaced
11400:5a366414d904 11401:0b4fd993e9d7
    20 software
    20 software
    21 """
    21 """
    22 
    22 
    23 modname = distname = "cubicweb"
    23 modname = distname = "cubicweb"
    24 
    24 
    25 numversion = (3, 20, 15)
    25 numversion = (3, 20, 16)
    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"