# HG changeset patch # User Denis Laxalde # Date 1478193767 -3600 # Node ID 031c99666221c56daa75a7e2bf95aa9f0a2d6ff7 # Parent d8830e2bd2e0821728b575890ab1649a17152a3a [pkg] Version 3.24.0 diff -r d8830e2bd2e0 -r 031c99666221 cubicweb.spec --- a/cubicweb.spec Thu Nov 03 15:00:01 2016 +0100 +++ b/cubicweb.spec Thu Nov 03 18:22:47 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.23.1 +Version: 3.24.0 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 d8830e2bd2e0 -r 031c99666221 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Thu Nov 03 15:00:01 2016 +0100 +++ b/cubicweb/__pkginfo__.py Thu Nov 03 18:22:47 2016 +0100 @@ -28,7 +28,7 @@ modname = distname = "cubicweb" numversion = (3, 24, 0) -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 d8830e2bd2e0 -r 031c99666221 debian/changelog --- a/debian/changelog Thu Nov 03 15:00:01 2016 +0100 +++ b/debian/changelog Thu Nov 03 18:22:47 2016 +0100 @@ -1,3 +1,9 @@ +cubicweb (3.24.0-1) unstable; urgency=medium + + * New upstream release. + + -- Denis Laxalde Thu, 03 Nov 2016 18:17:18 +0100 + cubicweb (3.23.2-1) unstable; urgency=medium * new upstream release