# HG changeset patch # User Denis Laxalde # Date 1467716534 -7200 # Node ID b7a4b845893243ca1c6aa22242d14184e4e830e1 # Parent 79bc50f8d2bab793a18348a0b43f3632aaf1881f [pkg] Bump version to 3.23.2 diff -r 79bc50f8d2ba -r b7a4b8458932 cubicweb.spec --- a/cubicweb.spec Wed Jun 29 13:52:25 2016 +0200 +++ b/cubicweb.spec Tue Jul 05 13:02:14 2016 +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.23.1 +Version: 3.23.2 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 diff -r 79bc50f8d2ba -r b7a4b8458932 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Wed Jun 29 13:52:25 2016 +0200 +++ b/cubicweb/__pkginfo__.py Tue Jul 05 13:02:14 2016 +0200 @@ -27,7 +27,7 @@ modname = distname = "cubicweb" -numversion = (3, 23, 1) +numversion = (3, 23, 2) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r 79bc50f8d2ba -r b7a4b8458932 debian/changelog --- a/debian/changelog Wed Jun 29 13:52:25 2016 +0200 +++ b/debian/changelog Tue Jul 05 13:02:14 2016 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.23.2-1) UNRELEASED; urgency=medium + + * new upstream release + + -- David Douard Tue, 12 Jul 2016 11:34:48 +0200 + cubicweb (3.23.1-1) unstable; urgency=medium * new upstream release.