summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Douard <david.douard@logilab.fr>2012-07-30 12:29:10 +0200
committerDavid Douard <david.douard@logilab.fr>2012-07-30 12:29:10 +0200
commit1f4f383814ca49e339a2850d33c146ea6a7b6e82 (patch)
tree48bc27914c2b2dc736eefbdcfa99da8476bd97c2
parent62126b894bc1d1c6a88db5bf4cae86ea20b48d6e (diff)
downloadlogilab-common-1f4f383814ca49e339a2850d33c146ea6a7b6e82.tar.gz
0.58.2
-rw-r--r--ChangeLog5
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index da9983e..2b19771 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
ChangeLog for logilab.common
============================
+2012-07-30 -- 0.58.2
+ * modutils: fixes (closes #100757 and #100935)
+
+
+
2012-07-17 -- 0.58.1
* modutils, testlib: be more python implementation independant (closes #99493 and #99627)
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 952b8ab..557cb59 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -24,7 +24,7 @@ modname = 'common'
subpackage_of = 'logilab'
subpackage_master = True
-numversion = (0, 58, 1)
+numversion = (0, 58, 2)
version = '.'.join([str(num) for num in numversion])
license = 'LGPL' # 2.1 or later
diff --git a/debian/changelog b/debian/changelog
index f726405..8b11319 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.58.2-1) precise; urgency=low
+
+ * new upstream release
+
+ -- David Douard <david.douard@logilab.fr> Mon, 30 Jul 2012 12:26:15 +0200
+
logilab-common (0.58.1-1) unstable; urgency=low
* new upstream release