[pkg] Version 3.25.0 3.25 3.25.0 centos/3.25.0-1 debian/3.25.0-1
authorDenis Laxalde <denis.laxalde@logilab.fr>
Fri, 14 Apr 2017 15:15:27 +0200
branch3.25
changeset 12161 dacc5b168e29
parent 12160 608481168432
child 12162 c1d7c0f66210
[pkg] Version 3.25.0
cubicweb.spec
cubicweb/__pkginfo__.py
debian/changelog
--- a/cubicweb.spec	Thu Apr 13 15:04:45 2017 +0200
+++ b/cubicweb.spec	Fri Apr 14 15:15:27 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.24.6
+Version:        3.25.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 Apr 13 15:04:45 2017 +0200
+++ b/cubicweb/__pkginfo__.py	Fri Apr 14 15:15:27 2017 +0200
@@ -28,7 +28,7 @@
 modname = distname = "cubicweb"
 
 numversion = (3, 25, 0)
-version = '.'.join(str(num) for num in numversion) + 'rc3'
+version = '.'.join(str(num) for num in numversion)
 
 description = "a repository of entities / relations for knowledge management"
 author = "Logilab"
--- a/debian/changelog	Thu Apr 13 15:04:45 2017 +0200
+++ b/debian/changelog	Fri Apr 14 15:15:27 2017 +0200
@@ -1,3 +1,9 @@
+cubicweb (3.25.0-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Denis Laxalde <denis.laxalde@logilab.fr>  Fri, 14 Apr 2017 15:15:00 +0200
+
 cubicweb (3.24.6-1) unstable; urgency=medium
 
   * New upstream release.