__pkginfo__.py
changeset 9895 37f7c60f89f1
parent 9894 9461d1bd70bb
child 9951 8cdcbf3f4fd0
child 9984 793377697c81
equal deleted inserted replaced
9894:9461d1bd70bb 9895:37f7c60f89f1
    20 software
    20 software
    21 """
    21 """
    22 
    22 
    23 modname = distname = "cubicweb"
    23 modname = distname = "cubicweb"
    24 
    24 
    25 numversion = (3, 19, 2)
    25 numversion = (3, 19, 3)
    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"