[pkg] 3.24.3 3.24 3.24.3 centos/3.24.3-1 debian/3.24.3-1
authorDavid Douard <david.douard@logilab.fr>
Wed, 23 Nov 2016 18:36:55 +0100
branch3.24
changeset 11860 bb5904cd284e
parent 11859 2e1a1ebd4730
child 11861 2fca66367edf
[pkg] 3.24.3
cubicweb.spec
cubicweb/__pkginfo__.py
debian/changelog
--- a/cubicweb.spec	Wed Nov 23 12:24:04 2016 +0100
+++ b/cubicweb.spec	Wed Nov 23 18:36:55 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.2
+Version:        3.24.3
 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	Wed Nov 23 12:24:04 2016 +0100
+++ b/cubicweb/__pkginfo__.py	Wed Nov 23 18:36:55 2016 +0100
@@ -27,7 +27,7 @@
 
 modname = distname = "cubicweb"
 
-numversion = (3, 24, 2)
+numversion = (3, 24, 3)
 version = '.'.join(str(num) for num in numversion)
 
 description = "a repository of entities / relations for knowledge management"
--- a/debian/changelog	Wed Nov 23 12:24:04 2016 +0100
+++ b/debian/changelog	Wed Nov 23 18:36:55 2016 +0100
@@ -1,3 +1,9 @@
+cubicweb (3.24.3-1) unstable; urgency=medium
+
+  * New upstream release. 
+
+ -- David Douard <david.douard@logilab.fr>  Wed, 23 Nov 2016 18:36:14 +0100
+
 cubicweb (3.24.2-1) unstable; urgency=medium
 
   * new upstream release.