# HG changeset patch # User Julien Cristau # Date 1456224354 -3600 # Node ID 1b93ff37755b0588081f6fcb93da0dde772a6adb # Parent 244e30f18720f1ad540919c3265ea43d2811611a [pkg] 3.22.2 diff -r 244e30f18720 -r 1b93ff37755b __pkginfo__.py --- a/__pkginfo__.py Fri Feb 19 11:23:11 2016 +0100 +++ b/__pkginfo__.py Tue Feb 23 11:45:54 2016 +0100 @@ -23,7 +23,7 @@ modname = distname = "cubicweb" numversion = (3, 22, 2) -version = '.'.join(str(num) for num in numversion) + '.dev0' +version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" author = "Logilab" diff -r 244e30f18720 -r 1b93ff37755b cubicweb.spec --- a/cubicweb.spec Fri Feb 19 11:23:11 2016 +0100 +++ b/cubicweb.spec Tue Feb 23 11:45:54 2016 +0100 @@ -8,7 +8,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: cubicweb -Version: 3.22.1 +Version: 3.22.2 Release: logilab.1%{?dist} Summary: CubicWeb is a semantic web application framework Source0: https://pypi.python.org/packages/source/c/cubicweb/cubicweb-%{version}.tar.gz diff -r 244e30f18720 -r 1b93ff37755b debian/changelog --- a/debian/changelog Fri Feb 19 11:23:11 2016 +0100 +++ b/debian/changelog Tue Feb 23 11:45:54 2016 +0100 @@ -1,3 +1,9 @@ +cubicweb (3.22.2-1) unstable; urgency=medium + + * new upstream release + + -- Julien Cristau Tue, 23 Feb 2016 11:45:38 +0100 + cubicweb (3.22.1-1) unstable; urgency=medium * new upstream release