# HG changeset patch # User Denis Laxalde # Date 1466692143 -7200 # Node ID 52dae7bc0ffda4ec58777e9b384d22a805b1730f # Parent 25a5f7f90f391b4abb7f8b6de52fbf1fe6767589 [pkg] Version 3.23.0 diff -r 25a5f7f90f39 -r 52dae7bc0ffd cubicweb.spec --- a/cubicweb.spec Fri Jun 24 10:25:50 2016 +0200 +++ b/cubicweb.spec Thu Jun 23 16:29:03 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.22.3 +Version: 3.23.0 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 25a5f7f90f39 -r 52dae7bc0ffd cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Fri Jun 24 10:25:50 2016 +0200 +++ b/cubicweb/__pkginfo__.py Thu Jun 23 16:29:03 2016 +0200 @@ -28,7 +28,7 @@ modname = distname = "cubicweb" numversion = (3, 23, 0) -version = '.'.join(str(num) for num in numversion) + '.dev0' +version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" author = "Logilab" diff -r 25a5f7f90f39 -r 52dae7bc0ffd debian/changelog --- a/debian/changelog Fri Jun 24 10:25:50 2016 +0200 +++ b/debian/changelog Thu Jun 23 16:29:03 2016 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.23.0-1) unstable; urgency=medium + + * New upstream release. + + -- Denis Laxalde Thu, 23 Jun 2016 16:28:39 +0200 + cubicweb (3.22.3-1) unstable; urgency=medium * New upstream release.