[pkg] Version 3.25.1 3.25 3.25.1 centos/3.25.1-1 debian/3.25.1-1
authorDenis Laxalde <denis.laxalde@logilab.fr>
Mon, 10 Jul 2017 11:23:45 +0200
branch3.25
changeset 12190 5fe62978801a
parent 12186 36f1c7ab9010
child 12191 7ce838e67a61
[pkg] Version 3.25.1
cubicweb.spec
cubicweb/__pkginfo__.py
debian/changelog
--- a/cubicweb.spec	Tue Jun 06 12:20:17 2017 +0200
+++ b/cubicweb.spec	Mon Jul 10 11:23:45 2017 +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.25.0
+Version:        3.25.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
--- a/cubicweb/__pkginfo__.py	Tue Jun 06 12:20:17 2017 +0200
+++ b/cubicweb/__pkginfo__.py	Mon Jul 10 11:23:45 2017 +0200
@@ -27,7 +27,7 @@
 
 modname = distname = "cubicweb"
 
-numversion = (3, 25, 0)
+numversion = (3, 25, 1)
 version = '.'.join(str(num) for num in numversion)
 
 description = "a repository of entities / relations for knowledge management"
--- a/debian/changelog	Tue Jun 06 12:20:17 2017 +0200
+++ b/debian/changelog	Mon Jul 10 11:23:45 2017 +0200
@@ -1,3 +1,9 @@
+cubicweb (3.25.1-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Denis Laxalde <denis.laxalde@logilab.fr>  Mon, 10 Jul 2017 11:23:14 +0200
+
 cubicweb (3.25.0-1) unstable; urgency=medium
 
   * New upstream release.