# HG changeset patch # User Julien Cristau # Date 1455269954 -3600 # Node ID 2a8884f3be3d5db5d394170375cc937fe188d33b # Parent 269317987dc6f6b5e47bc1a95f4cc426bf08fcc2 [pkg] 3.22.1 diff -r 269317987dc6 -r 2a8884f3be3d __pkginfo__.py --- a/__pkginfo__.py Mon Jul 06 11:04:42 2015 +0200 +++ b/__pkginfo__.py Fri Feb 12 10:39:14 2016 +0100 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 22, 0) +numversion = (3, 22, 1) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r 269317987dc6 -r 2a8884f3be3d cubicweb.spec --- a/cubicweb.spec Mon Jul 06 11:04:42 2015 +0200 +++ b/cubicweb.spec Fri Feb 12 10:39:14 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.0 +Version: 3.22.1 Release: logilab.1%{?dist} Summary: CubicWeb is a semantic web application framework Source0: http://download.logilab.org/pub/cubicweb/cubicweb-%{version}.tar.gz diff -r 269317987dc6 -r 2a8884f3be3d debian/changelog --- a/debian/changelog Mon Jul 06 11:04:42 2015 +0200 +++ b/debian/changelog Fri Feb 12 10:39:14 2016 +0100 @@ -1,3 +1,9 @@ +cubicweb (3.22.1-1) unstable; urgency=medium + + * new upstream release + + -- Julien Cristau Fri, 12 Feb 2016 10:38:56 +0100 + cubicweb (3.22.0-1) unstable; urgency=medium * new upstream release