__pkginfo__.py
changeset 7868 39a54b88906d
parent 7797 a71618a75b53
parent 7864 17c007ad845a
child 7869 2c6ef18e956a
equal deleted inserted replaced
7859:15809afe093b 7868:39a54b88906d
    20 software
    20 software
    21 """
    21 """
    22 
    22 
    23 modname = distname = "cubicweb"
    23 modname = distname = "cubicweb"
    24 
    24 
       
    25 <<<<<<< /home/syt/src/cubicweb/__pkginfo__.py
    25 numversion = (3, 14, 0)
    26 numversion = (3, 14, 0)
       
    27 =======
       
    28 numversion = (3, 13, 6)
       
    29 >>>>>>> /tmp/__pkginfo__.py~other.Prvgd6
    26 version = '.'.join(str(num) for num in numversion)
    30 version = '.'.join(str(num) for num in numversion)
    27 
    31 
    28 description = "a repository of entities / relations for knowledge management"
    32 description = "a repository of entities / relations for knowledge management"
    29 author = "Logilab"
    33 author = "Logilab"
    30 author_email = "contact@logilab.fr"
    34 author_email = "contact@logilab.fr"