diff options
author | Simon Chabot <simon.chabot@logilab.fr> | 2020-09-03 17:13:10 +0200 |
---|---|---|
committer | Simon Chabot <simon.chabot@logilab.fr> | 2020-09-03 17:13:10 +0200 |
commit | 370da280a9bcdf3908f65490baef8f0a7f487816 (patch) | |
tree | 5ab73ba05232fc4649b705b6c057b12d9d27dcfa | |
parent | fc96a94485a034060f3776acb520afb98033a0b1 (diff) | |
download | logilab-common-370da280a9bcdf3908f65490baef8f0a7f487816.tar.gz |
chore(pkg): bump version to 1.7.31.7.3
closes #4.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | __pkginfo__.py | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
3 files changed, 8 insertions, 2 deletions
@@ -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 |