# HG changeset patch # User Denis Laxalde # Date 1479732423 -3600 # Node ID 29607751378210609cd716b5c28f42e7431ba73c # Parent 7e03f38c8d5fd685ae54fae2297ae907d4b21c4d [pkg] Version 3.24.2 diff -r 7e03f38c8d5f -r 296077513782 cubicweb.spec --- a/cubicweb.spec Mon Nov 21 13:44:59 2016 +0100 +++ b/cubicweb.spec Mon Nov 21 13:47:03 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.24.1 +Version: 3.24.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 7e03f38c8d5f -r 296077513782 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Mon Nov 21 13:44:59 2016 +0100 +++ b/cubicweb/__pkginfo__.py Mon Nov 21 13:47:03 2016 +0100 @@ -27,7 +27,7 @@ modname = distname = "cubicweb" -numversion = (3, 24, 1) +numversion = (3, 24, 2) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r 7e03f38c8d5f -r 296077513782 debian/changelog --- a/debian/changelog Mon Nov 21 13:44:59 2016 +0100 +++ b/debian/changelog Mon Nov 21 13:47:03 2016 +0100 @@ -1,3 +1,9 @@ +cubicweb (3.24.2-1) unstable; urgency=medium + + * new upstream release. + + -- Denis Laxalde Mon, 21 Nov 2016 13:46:43 +0100 + cubicweb (3.24.1-1) unstable; urgency=medium * New upstream release.