diff options
-rw-r--r-- | __pkginfo__.py | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | python-logilab-common.spec | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/__pkginfo__.py b/__pkginfo__.py index d6fd907..5d8621c 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -25,7 +25,7 @@ modname = 'common' subpackage_of = 'logilab' subpackage_master = True -numversion = (1, 2, 0) +numversion = (1, 2, 1) version = '.'.join([str(num) for num in numversion]) license = 'LGPL' # 2.1 or later diff --git a/debian/changelog b/debian/changelog index 6be66e3..fcc24cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +logilab-common (1.2.1-1) unstable; urgency=medium + + * new upstream release + + -- David Douard <david.douard@logilab.fr> Fri, 27 May 2016 13:34:20 +0200 + logilab-common (1.2.0-1) unstable; urgency=medium * new upstream release diff --git a/python-logilab-common.spec b/python-logilab-common.spec index fa68cd4..eaa6804 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: 1.2.0 +Version: 1.2.1 Release: logilab.1%{?dist} Summary: Common libraries for Logilab projects |