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