summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2012-07-17 16:02:05 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2012-07-17 16:02:05 +0200
commit100e3154c001311c13b163cd5e0b277705eccfc2 (patch)
tree79aea692cf33e56af22e871f3849077cff7c5259
parent20095a78b5a71d9346f0ed7cd9638288521436c8 (diff)
downloadlogilab-common-version-0.58.1.tar.gz
-rw-r--r--ChangeLog7
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 04e3b83..da9983e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,12 @@
ChangeLog for logilab.common
============================
---
+2012-07-17 -- 0.58.1
* modutils, testlib: be more python implementation independant (closes #99493 and #99627)
-2012-04-12 -- 0.58.0
+
+
+2012-04-12 -- 0.58.0
* new `registry` module containing a backport of CubicWeb selectable objects registry (closes #84654)
* testlib: DocTestCase fix builtins pollution after doctest execution.
@@ -14,6 +16,7 @@ ChangeLog for logilab.common
* deprecated: new DeprecationWrapper class (closes #88942)
+
2012-03-22 -- 0.57.2
* texutils: apply_units raise ValueError if string isn'nt valid (closes #88808)
diff --git a/__pkginfo__.py b/__pkginfo__.py
index d6c6332..952b8ab 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -24,7 +24,7 @@ modname = 'common'
subpackage_of = 'logilab'
subpackage_master = True
-numversion = (0, 58, 0)
+numversion = (0, 58, 1)
version = '.'.join([str(num) for num in numversion])
license = 'LGPL' # 2.1 or later
diff --git a/debian/changelog b/debian/changelog
index e501433..cadaafd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.58.1-0) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Tue, 17 Jul 2012 16:01:54 +0200
+
logilab-common (0.58.0-1) unstable; urgency=low
* new upstream release