# HG changeset patch # User Julien Cristau <julien.cristau@logilab.fr> # Date 1422633595 -3600 # Fri Jan 30 16:59:55 2015 +0100 # Node ID 1073e252d50e79045c104c638c63e63ecdf499a4 # Parent 75d97a5281719b565b79872dcba122dd29e77199 [pkg] 1.11.0 diff --git a/__pkginfo__.py b/__pkginfo__.py --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -4,7 +4,7 @@ modname = 'comment' distname = "cubicweb-%s" % modname -numversion = (1, 10, 0) +numversion = (1, 11, 0) version = '.'.join(str(num) for num in numversion) license = 'LGPL' diff --git a/cubicweb-comment.spec b/cubicweb-comment.spec --- a/cubicweb-comment.spec +++ b/cubicweb-comment.spec @@ -9,7 +9,7 @@ %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: cubicweb-comment -Version: 1.10.0 +Version: 1.11.0 Release: logilab.1%{?dist} Summary: commenting system for the CubicWeb framework Group: Applications/Internet diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cubicweb-comment (1.11.0-1) unstable; urgency=low + + * new upstream release + + -- Julien Cristau <julien.cristau@logilab.fr> Fri, 30 Jan 2015 16:59:38 +0100 + cubicweb-comment (1.10.0-1) unstable; urgency=low * new upstream release