__pkginfo__.py
branchstable
changeset 5851 74f68d6549c0
parent 5847 51636c991fb4
child 5863 4495b9bc49df
child 5925 a1a334d93439
equal deleted inserted replaced
5850:fabff2813ee4 5851:74f68d6549c0
    20 software
    20 software
    21 """
    21 """
    22 
    22 
    23 modname = distname = "cubicweb"
    23 modname = distname = "cubicweb"
    24 
    24 
    25 numversion = (3, 8, 5)
    25 numversion = (3, 8, 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"