From 9394033fbd8c6ab74fbae2f1dd7560b03cfaefc9 Mon Sep 17 00:00:00 2001 From: Simon Chabot Date: Thu, 22 Oct 2020 15:05:17 +0200 Subject: chore(pkg): bump to version 1.8.0 --- ChangeLog | 2 +- __pkginfo__.py | 2 +- debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1e9f8ad..6338ba5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ ChangeLog for logilab.common ============================ -unreleased -- 1.8.0 +2020-11-22 -- 1.8.0 * deprecation: add subclass to DeprecationWarning with structured information (TargetRenamedDeprecationWarning, diff --git a/__pkginfo__.py b/__pkginfo__.py index 9512328..f2ef3f2 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -28,7 +28,7 @@ modname = "common" subpackage_of = "logilab" subpackage_master = True -numversion = (1, 7, 0) +numversion = (1, 8, 0) version = ".".join([str(num) for num in numversion]) license = "LGPL" # 2.1 or later diff --git a/debian/changelog b/debian/changelog index 8aaadee..66a29e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +logilab-common (1.8.0-1) unstable; urgency=medium + + * New upstream release + + -- Chabot Simon Thu, 22 Oct 2020 15:05:25 +0200 + logilab-common (1.6.1-1) unstable; urgency=medium * New upstream release -- cgit v1.2.1