summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2011-08-05 10:35:55 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2011-08-05 10:35:55 +0200
commit79168eac81729ec96e9a5a18bad10cc7d0395016 (patch)
treee53878318e3663e0f86be9f5ff2e1945c9cf4c7a
parent4513031e6d3ad148becd05a61e5e7b0449cf4bf8 (diff)
downloadlogilab-common-79168eac81729ec96e9a5a18bad10cc7d0395016.tar.gz
0.56.1
-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 2507dfe..c96163c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
ChangeLog for logilab.common
============================
---
- * clcommands: #72450 --rc-file option doesn't work
+
+2011-08-05 -- 0.56.1
+ * clcommands: #72450 --rc-file option doesn't work
+
+
2011-06-09 -- 0.56.0
* clcommands: make registration possible by class decoration
diff --git a/__pkginfo__.py b/__pkginfo__.py
index ade0d0f..0d92c89 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -23,7 +23,7 @@ modname = 'common'
subpackage_of = 'logilab'
subpackage_master = True
-numversion = (0, 56, 0)
+numversion = (0, 56, 1)
version = '.'.join([str(num) for num in numversion])
license = 'LGPL' # 2.1 or later
diff --git a/debian/changelog b/debian/changelog
index 1c06cbb..5b0981b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.56.1-2) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Fri, 05 Aug 2011 10:34:52 +0200
+
logilab-common (0.56.0-1) unstable; urgency=low
* new upstream release