summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Chabot <simon.chabot@logilab.fr>2020-10-22 15:05:17 +0200
committerSimon Chabot <simon.chabot@logilab.fr>2020-10-22 15:05:17 +0200
commit9394033fbd8c6ab74fbae2f1dd7560b03cfaefc9 (patch)
tree795b8d95e34e6868ade8b7bd2e699df64792d113
parent8470a645b7b18a9db4188f2fb153a622f3973112 (diff)
downloadlogilab-common-9394033fbd8c6ab74fbae2f1dd7560b03cfaefc9.tar.gz
chore(pkg): bump to version 1.8.01.8.0
-rw-r--r--ChangeLog2
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
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 <schabot@wilson> Thu, 22 Oct 2020 15:05:25 +0200
+
logilab-common (1.6.1-1) unstable; urgency=medium
* New upstream release