# HG changeset patch # User Denis Laxalde # Date 1489996705 -3600 # Node ID 4029fb83a67d0b1ac0e73985426a83373721a4b2 # Parent a9c710632863a1c12590979c0c4c2ff97c793a42 [pkg] Version 3.24.6 diff -r a9c710632863 -r 4029fb83a67d cubicweb.spec --- a/cubicweb.spec Mon Mar 20 08:57:17 2017 +0100 +++ b/cubicweb.spec Mon Mar 20 08:58:25 2017 +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.5 +Version: 3.24.6 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 a9c710632863 -r 4029fb83a67d cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Mon Mar 20 08:57:17 2017 +0100 +++ b/cubicweb/__pkginfo__.py Mon Mar 20 08:58:25 2017 +0100 @@ -27,7 +27,7 @@ modname = distname = "cubicweb" -numversion = (3, 24, 5) +numversion = (3, 24, 6) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r a9c710632863 -r 4029fb83a67d debian/changelog --- a/debian/changelog Mon Mar 20 08:57:17 2017 +0100 +++ b/debian/changelog Mon Mar 20 08:58:25 2017 +0100 @@ -1,3 +1,9 @@ +cubicweb (3.24.6-1) unstable; urgency=medium + + * New upstream release. + + -- Denis Laxalde Mon, 20 Mar 2017 08:57:32 +0100 + cubicweb (3.24.5-1) unstable; urgency=medium * New upstream release.