# HG changeset patch # User Denis Laxalde # Date 1519232844 -3600 # Node ID 0a60a2ace32598c6bbfbfca09cd25a2080c90346 # Parent d2e9999861a5f2a434b2441f0a070c94901b5d56 [pkg] Version 3.26.1 diff -r d2e9999861a5 -r 0a60a2ace325 cubicweb.spec --- a/cubicweb.spec Thu Feb 15 14:20:11 2018 +0100 +++ b/cubicweb.spec Wed Feb 21 18:07:24 2018 +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.26.0 +Version: 3.26.1 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 d2e9999861a5 -r 0a60a2ace325 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Thu Feb 15 14:20:11 2018 +0100 +++ b/cubicweb/__pkginfo__.py Wed Feb 21 18:07:24 2018 +0100 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 26, 0) +numversion = (3, 26, 1) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r d2e9999861a5 -r 0a60a2ace325 debian/changelog --- a/debian/changelog Thu Feb 15 14:20:11 2018 +0100 +++ b/debian/changelog Wed Feb 21 18:07:24 2018 +0100 @@ -1,3 +1,9 @@ +cubicweb (3.26.1-1) unstable; urgency=medium + + * New upstream release. + + -- Denis Laxalde Wed, 21 Feb 2018 18:06:54 +0100 + cubicweb (3.26.0-1) unstable; urgency=medium * New upstream release.