cubicweb/__pkginfo__.py
branch3.25
changeset 12074 f5fee548588d
parent 12068 a96c770b2ef1
child 12100 1cfd19c4b9b5
equal deleted inserted replaced
12073:339b26bf17d2 12074:f5fee548588d
    26 
    26 
    27 
    27 
    28 modname = distname = "cubicweb"
    28 modname = distname = "cubicweb"
    29 
    29 
    30 numversion = (3, 25, 0)
    30 numversion = (3, 25, 0)
    31 version = '.'.join(str(num) for num in numversion) + '.dev0'
    31 version = '.'.join(str(num) for num in numversion) + 'rc0'
    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"
    36 web = 'https://www.cubicweb.org'
    36 web = 'https://www.cubicweb.org'