--- a/cubicweb.spec Thu Mar 22 10:02:59 2018 +0100
+++ b/cubicweb.spec Thu Mar 22 13:53:33 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.1
+Version: 3.26.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
--- a/cubicweb/__pkginfo__.py Thu Mar 22 10:02:59 2018 +0100
+++ b/cubicweb/__pkginfo__.py Thu Mar 22 13:53:33 2018 +0100
@@ -22,7 +22,7 @@
modname = distname = "cubicweb"
-numversion = (3, 26, 1)
+numversion = (3, 26, 2)
version = '.'.join(str(num) for num in numversion)
description = "a repository of entities / relations for knowledge management"
--- a/debian/changelog Thu Mar 22 10:02:59 2018 +0100
+++ b/debian/changelog Thu Mar 22 13:53:33 2018 +0100
@@ -1,3 +1,9 @@
+cubicweb (3.26.2-1) unstable; urgency=medium
+
+ * new upstream release.
+
+ -- Denis Laxalde <denis.laxalde@logilab.fr> Thu, 22 Mar 2018 13:52:54 +0100
+
cubicweb (3.26.1-1) unstable; urgency=medium
* New upstream release.