[pkg] Version 3.24.6 3.24 3.24.6 centos/3.24.6-1 debian/3.24.6-1
authorDenis Laxalde <denis.laxalde@logilab.fr>
Mon, 20 Mar 2017 08:58:25 +0100
branch3.24
changeset 12066 4029fb83a67d
parent 12065 a9c710632863
child 12067 4ea6d7b23aff
[pkg] Version 3.24.6
cubicweb.spec
cubicweb/__pkginfo__.py
debian/changelog
--- a/cubicweb.spec	Mon Mar 20 08:57:17 2017 +0100
+++ b/cubicweb.spec	Mon Mar 20 08:58:25 2017 +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.24.5
+Version:        3.24.6
 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	Mon Mar 20 08:57:17 2017 +0100
+++ b/cubicweb/__pkginfo__.py	Mon Mar 20 08:58:25 2017 +0100
@@ -27,7 +27,7 @@
 
 modname = distname = "cubicweb"
 
-numversion = (3, 24, 5)
+numversion = (3, 24, 6)
 version = '.'.join(str(num) for num in numversion)
 
 description = "a repository of entities / relations for knowledge management"
--- a/debian/changelog	Mon Mar 20 08:57:17 2017 +0100
+++ b/debian/changelog	Mon Mar 20 08:58:25 2017 +0100
@@ -1,3 +1,9 @@
+cubicweb (3.24.6-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Denis Laxalde <denis.laxalde@logilab.fr>  Mon, 20 Mar 2017 08:57:32 +0100
+
 cubicweb (3.24.5-1) unstable; urgency=medium
 
   * New upstream release.