summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d4a284a..8b6f439 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
ChangeLog for logilab.common
============================
-unrelease -- 1.7.2
+2020-09-03 -- 1.7.3
* fix: in some situation (using several deprecation functions), renaming
deprecation utils failed to point to the correct new name and used random
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 432e238..5d5ed8a 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -28,7 +28,7 @@ modname = "common"
subpackage_of = "logilab"
subpackage_master = True
-numversion = (1, 7, 2)
+numversion = (1, 7, 3)
version = ".".join([str(num) for num in numversion])
license = "LGPL" # 2.1 or later
diff --git a/debian/changelog b/debian/changelog
index 8aaadee..38561d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (1.7.3-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Chabot Simon <schabot@wilson> Thu, 03 Sep 2020 17:16:13 +0200
+
logilab-common (1.6.1-1) unstable; urgency=medium
* New upstream release