# HG changeset patch # User Sylvain Thénault # Date 1505139540 -7200 # Node ID 5010381099f1227724261665f0843a60447991b2 # Parent be4824a72bf53b733d78191f88e8bc20359fe494 [pkg] Prepare version 3.25.2 diff -r be4824a72bf5 -r 5010381099f1 cubicweb.spec --- a/cubicweb.spec Thu Jun 22 16:39:48 2017 +0200 +++ b/cubicweb.spec Mon Sep 11 16:19:00 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.1 +Version: 3.25.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 be4824a72bf5 -r 5010381099f1 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Thu Jun 22 16:39:48 2017 +0200 +++ b/cubicweb/__pkginfo__.py Mon Sep 11 16:19:00 2017 +0200 @@ -27,7 +27,7 @@ modname = distname = "cubicweb" -numversion = (3, 25, 1) +numversion = (3, 25, 2) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r be4824a72bf5 -r 5010381099f1 debian/changelog --- a/debian/changelog Thu Jun 22 16:39:48 2017 +0200 +++ b/debian/changelog Mon Sep 11 16:19:00 2017 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.25.2-1) unstable; urgency=medium + + * New upstream release + + -- Sylvain Thenault Mon, 11 Sep 2017 16:17:49 +0200 + cubicweb (3.25.1-1) unstable; urgency=medium * New upstream release.