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 9d65e4c..b9f652f 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -25,7 +25,7 @@ modname = 'common' subpackage_of = 'logilab' subpackage_master = True -numversion = (1, 4, 0) +numversion = (1, 4, 1) version = '.'.join([str(num) for num in numversion]) license = 'LGPL' # 2.1 or later diff --git a/debian/changelog b/debian/changelog index 503a13c..8a6ced9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +logilab-common (1.4.1-1) unstable; urgency=medium + + * New upstream release. + + -- Denis Laxalde <denis.laxalde@logilab.fr> Tue, 11 Jul 2017 13:17:22 +0200 + logilab-common (1.4.0-1) unstable; urgency=medium * New upstream release. diff --git a/python-logilab-common.spec b/python-logilab-common.spec index 44c66db..ba7b9b7 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.4.0 +Version: 1.4.1 Release: logilab.1%{?dist} Summary: Common libraries for Logilab projects |