# HG changeset patch # User Denis Laxalde # Date 1524489456 -7200 # Node ID f7067be5f69cd05f34ce99fbb534e4674b3a782d # Parent b640ef6ad633ceeecbe02083a3f9a87ae16e4519 [pkg] Version 3.26.3 diff -r b640ef6ad633 -r f7067be5f69c cubicweb.spec --- a/cubicweb.spec Mon Oct 16 12:10:19 2017 +0200 +++ b/cubicweb.spec Mon Apr 23 15:17:36 2018 +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.26.2 +Version: 3.26.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 b640ef6ad633 -r f7067be5f69c cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Mon Oct 16 12:10:19 2017 +0200 +++ b/cubicweb/__pkginfo__.py Mon Apr 23 15:17:36 2018 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 26, 2) +numversion = (3, 26, 3) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r b640ef6ad633 -r f7067be5f69c debian/changelog --- a/debian/changelog Mon Oct 16 12:10:19 2017 +0200 +++ b/debian/changelog Mon Apr 23 15:17:36 2018 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.26.3-1) unstable; urgency=medium + + * New upstream release. + + -- Denis Laxalde Mon, 23 Apr 2018 15:18:55 +0200 + cubicweb (3.26.2-1) unstable; urgency=medium * new upstream release.