[pkg] Version 3.24.1 3.24
authorDenis Laxalde <denis.laxalde@logilab.fr>
Thu, 17 Nov 2016 16:03:02 +0100
branch3.24
changeset 11831 d1fbe53885e9
parent 11830 535e54210332
child 11832 e8be49ecb522
[pkg] Version 3.24.1
cubicweb.spec
cubicweb/__pkginfo__.py
--- a/cubicweb.spec	Thu Nov 17 16:14:21 2016 +0100
+++ b/cubicweb.spec	Thu Nov 17 16:03:02 2016 +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.0
+Version:        3.24.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	Thu Nov 17 16:14:21 2016 +0100
+++ b/cubicweb/__pkginfo__.py	Thu Nov 17 16:03:02 2016 +0100
@@ -27,7 +27,7 @@
 
 modname = distname = "cubicweb"
 
-numversion = (3, 24, 0)
+numversion = (3, 24, 1)
 version = '.'.join(str(num) for num in numversion)
 
 description = "a repository of entities / relations for knowledge management"