[pkg] Version 3.26.4 3.26 3.26.4 debian/3.26.4-1
authorDenis Laxalde <denis.laxalde@logilab.fr>
Mon, 18 Jun 2018 08:58:47 +0200
branch3.26
changeset 12325 e1c1af68db86
parent 12324 39208d9256a2
child 12326 034bca253b55
[pkg] Version 3.26.4
cubicweb.spec
cubicweb/__pkginfo__.py
debian/changelog
--- a/cubicweb.spec	Fri Jun 15 17:45:26 2018 +0200
+++ b/cubicweb.spec	Mon Jun 18 08:58:47 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.3
+Version:        3.26.4
 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	Fri Jun 15 17:45:26 2018 +0200
+++ b/cubicweb/__pkginfo__.py	Mon Jun 18 08:58:47 2018 +0200
@@ -22,7 +22,7 @@
 
 modname = distname = "cubicweb"
 
-numversion = (3, 26, 3)
+numversion = (3, 26, 4)
 version = '.'.join(str(num) for num in numversion)
 
 description = "a repository of entities / relations for knowledge management"
--- a/debian/changelog	Fri Jun 15 17:45:26 2018 +0200
+++ b/debian/changelog	Mon Jun 18 08:58:47 2018 +0200
@@ -1,3 +1,9 @@
+cubicweb (3.26.4-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Denis Laxalde <denis.laxalde@logilab.fr>  Mon, 18 Jun 2018 08:58:11 +0200
+
 cubicweb (3.26.3-1) unstable; urgency=medium
 
   * New upstream release.