summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 492b746..71338e3 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en"
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 50, 0)
+numversion = (0, 50, 1)
version = '.'.join([str(num) for num in numversion])
copyright = '2000-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.'
license = 'LGPL'
diff --git a/debian/changelog b/debian/changelog
index cda26b6..12b4333 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.50.1-1) unstable; urgency=low
+
+ * new upstrem release
+
+ -- Julien Jehannet <julien.jehannet@logilab.fr> Mon, 26 Apr 2010 11:29:50 +0200
+
logilab-common (0.50.0-1) unstable; urgency=low
* new upstrem release