author | Denis Laxalde <denis.laxalde@logilab.fr> |
Fri, 24 Jun 2016 13:08:52 +0200 | |
branch | 3.22 |
changeset 11387 | 51e988f9870e |
parent 11373 | 68f0678fc543 |
child 11392 | 12bebe48b451 |
__pkginfo__.py | file | annotate | diff | comparison | revisions |
--- a/__pkginfo__.py Thu Jun 23 15:48:39 2016 +0200 +++ b/__pkginfo__.py Fri Jun 24 13:08:52 2016 +0200 @@ -22,8 +22,8 @@ modname = distname = "cubicweb" -numversion = (3, 22, 3) -version = '.'.join(str(num) for num in numversion) +numversion = (3, 22, 4) +version = '.'.join(str(num) for num in numversion) + '.dev0' description = "a repository of entities / relations for knowledge management" author = "Logilab"