# HG changeset patch # User Sylvain Thénault # Date 1467201085 -7200 # Node ID 8f035d5d595301a335e005516c5ab1b124897d8c # Parent f0188639e54451cd42f5dca440bbc67cb7b4f6a4 prepare 3.23.1 diff -r f0188639e544 -r 8f035d5d5953 cubicweb.spec --- a/cubicweb.spec Wed Jun 29 11:06:25 2016 +0200 +++ b/cubicweb.spec Wed Jun 29 13:51:25 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.0 +Version: 3.23.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 diff -r f0188639e544 -r 8f035d5d5953 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Wed Jun 29 11:06:25 2016 +0200 +++ b/cubicweb/__pkginfo__.py Wed Jun 29 13:51:25 2016 +0200 @@ -27,7 +27,7 @@ modname = distname = "cubicweb" -numversion = (3, 23, 0) +numversion = (3, 23, 1) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r f0188639e544 -r 8f035d5d5953 debian/changelog --- a/debian/changelog Wed Jun 29 11:06:25 2016 +0200 +++ b/debian/changelog Wed Jun 29 13:51:25 2016 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.23.1-1) unstable; urgency=medium + + * new upstream release. + + -- Sylvain Thenault Wed, 29 Jun 2016 13:50:34 +0200 + cubicweb (3.23.0-1) unstable; urgency=medium * New upstream release.