cubicweb/__pkginfo__.py
branch3.24
changeset 12066 4029fb83a67d
parent 11940 70d28e632206
child 12068 a96c770b2ef1
child 12076 58f1e8545a77
equal deleted inserted replaced
12065:a9c710632863 12066:4029fb83a67d
    25 import glob
    25 import glob
    26 
    26 
    27 
    27 
    28 modname = distname = "cubicweb"
    28 modname = distname = "cubicweb"
    29 
    29 
    30 numversion = (3, 24, 5)
    30 numversion = (3, 24, 6)
    31 version = '.'.join(str(num) for num in numversion)
    31 version = '.'.join(str(num) for num in numversion)
    32 
    32 
    33 description = "a repository of entities / relations for knowledge management"
    33 description = "a repository of entities / relations for knowledge management"
    34 author = "Logilab"
    34 author = "Logilab"
    35 author_email = "contact@logilab.fr"
    35 author_email = "contact@logilab.fr"