[pkg] Version 3.26.0 3.26 3.26.0 centos/3.26.0-1 debian/3.26.0-1
authorDenis Laxalde <denis.laxalde@logilab.fr>
Thu, 01 Feb 2018 09:24:52 +0100
branch3.26
changeset 12260 199851fcddd4
parent 12259 7c4746309ec5
child 12261 009f04fb2f06
[pkg] Version 3.26.0
cubicweb.spec
cubicweb/__pkginfo__.py
debian/changelog
--- a/cubicweb.spec	Thu Jan 25 12:10:48 2018 +0100
+++ b/cubicweb.spec	Thu Feb 01 09:24:52 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.25.4
+Version:        3.26.0
 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 Jan 25 12:10:48 2018 +0100
+++ b/cubicweb/__pkginfo__.py	Thu Feb 01 09:24:52 2018 +0100
@@ -28,7 +28,7 @@
 modname = distname = "cubicweb"
 
 numversion = (3, 26, 0)
-version = '.'.join(str(num) for num in numversion) + 'rc0'
+version = '.'.join(str(num) for num in numversion)
 
 description = "a repository of entities / relations for knowledge management"
 author = "Logilab"
--- a/debian/changelog	Thu Jan 25 12:10:48 2018 +0100
+++ b/debian/changelog	Thu Feb 01 09:24:52 2018 +0100
@@ -1,3 +1,9 @@
+cubicweb (3.26.0-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Denis Laxalde <denis.laxalde@logilab.fr>  Thu, 01 Feb 2018 09:24:01 +0100
+
 cubicweb (3.25.4-1) unstable; urgency=medium
 
   * New upstream release.