# HG changeset patch # User Denis Laxalde # Date 1455802599 -3600 # Node ID 147280056e58cae920c989acde9a2b39ec19cbf7 # Parent fd905f9aaaced0c833d860b8aa4d99d8db12f1fc [pkg] Set version to 3.22.2.dev0 So that cubes used in test dependencies do not install a released CubicWeb. diff -r fd905f9aaace -r 147280056e58 __pkginfo__.py --- a/__pkginfo__.py Wed Feb 17 10:25:51 2016 +0100 +++ b/__pkginfo__.py Thu Feb 18 14:36:39 2016 +0100 @@ -22,8 +22,8 @@ modname = distname = "cubicweb" -numversion = (3, 22, 1) -version = '.'.join(str(num) for num in numversion) +numversion = (3, 22, 2) +version = '.'.join(str(num) for num in numversion) + '.dev0' description = "a repository of entities / relations for knowledge management" author = "Logilab"