From c888679fa1fd5231553043fa37dfec6ff29da59f Mon Sep 17 00:00:00 2001 From: David Douard Date: Sun, 30 Nov 2014 19:15:55 +0100 Subject: [pkg] prepare 0.63.2 --- __pkginfo__.py | 2 +- debian/changelog | 6 ++++++ python-logilab-common.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/__pkginfo__.py b/__pkginfo__.py index e9631c6..55a2cc3 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -25,7 +25,7 @@ modname = 'common' subpackage_of = 'logilab' subpackage_master = True -numversion = (0, 63, 1) +numversion = (0, 63, 2) version = '.'.join([str(num) for num in numversion]) license = 'LGPL' # 2.1 or later diff --git a/debian/changelog b/debian/changelog index 557fd2f..35df8ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +logilab-common (0.63.2-1) unstable; urgency=low + + * new upstream release + + -- David Douard Sun, 30 Nov 2014 19:14:43 +0100 + logilab-common (0.63.1-1) unstable; urgency=low * new upstream release diff --git a/python-logilab-common.spec b/python-logilab-common.spec index 1b6a732..a33dba9 100644 --- a/python-logilab-common.spec +++ b/python-logilab-common.spec @@ -10,7 +10,7 @@ %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: %{python}-logilab-common -Version: 0.63.1 +Version: 0.63.2 Release: logilab.1%{?dist} Summary: Common libraries for Logilab projects -- cgit v1.2.1