# HG changeset patch # User Adrien Di Mascio <Adrien.DiMascio@logilab.fr> # Date 1535968049 -7200 # Mon Sep 03 11:47:29 2018 +0200 # Node ID c728a972e83798ab49e7933d5e1c25d1e8792cae # Parent 35f7786441dddfbe02f36dae137144f1ba4abda5 1.9.0 diff --git a/cubicweb-link.spec b/cubicweb-link.spec --- a/cubicweb-link.spec +++ b/cubicweb-link.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-link -Version: 1.8.0 +Version: 1.9.0 Release: logilab.1%{?dist} Summary: link component for the CubicWeb framework Group: Applications/Internet diff --git a/cubicweb_link/__pkginfo__.py b/cubicweb_link/__pkginfo__.py --- a/cubicweb_link/__pkginfo__.py +++ b/cubicweb_link/__pkginfo__.py @@ -4,7 +4,7 @@ modname = 'link' distname = "cubicweb-%s" % modname -numversion = (1, 8, 0) +numversion = (1, 9, 0) version = '.'.join(str(num) for num in numversion) license = 'LGPL' diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cubicweb-link (1.9.0-1) unstable; urgency=medium + + * new upstream release + + -- Adrien Di Mascio <adrien.dimascio@logilab.fr> Mon, 03 Sep 2018 11:46:54 +0200 + cubicweb-link (1.8.0-1) unstable; urgency=low * new upstream release