# HG changeset patch # User Philippe Pepiot # Date 1508234315 -7200 # Node ID d238badfc268ad4440b3238a24690858bad3fbdd # Parent 1d7e4f98f9023c3bc74572b41672ed2e88d739b8 [pkg] version 3.25.3 diff -r 1d7e4f98f902 -r d238badfc268 cubicweb.spec --- a/cubicweb.spec Fri Oct 06 15:14:18 2017 +0200 +++ b/cubicweb.spec Tue Oct 17 11:58:35 2017 +0200 @@ -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.25.2 +Version: 3.25.3 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 1d7e4f98f902 -r d238badfc268 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Fri Oct 06 15:14:18 2017 +0200 +++ b/cubicweb/__pkginfo__.py Tue Oct 17 11:58:35 2017 +0200 @@ -27,7 +27,7 @@ modname = distname = "cubicweb" -numversion = (3, 25, 2) +numversion = (3, 25, 3) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r 1d7e4f98f902 -r d238badfc268 debian/changelog --- a/debian/changelog Fri Oct 06 15:14:18 2017 +0200 +++ b/debian/changelog Tue Oct 17 11:58:35 2017 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.25.3-1) unstable; urgency=medium + + * New upstream release + + -- Philippe Pepiot Tue, 17 Oct 2017 11:58:05 +0200 + cubicweb (3.25.2-1) unstable; urgency=medium * New upstream release