__pkginfo__.py
branchstable
changeset 5925 a1a334d93439
parent 5851 74f68d6549c0
child 5926 89e27940df99
equal deleted inserted replaced
5906:d40ced753291 5925:a1a334d93439
    20 software
    20 software
    21 """
    21 """
    22 
    22 
    23 modname = distname = "cubicweb"
    23 modname = distname = "cubicweb"
    24 
    24 
    25 numversion = (3, 8, 6)
    25 numversion = (3, 8, 7)
    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"