0.21.1
diff --git a/ChangeLog b/ChangeLog
index 9969fa2..a3cf0b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,13 @@
 ChangeLog for PyLint
 ====================
 
--- 
+2010-06-04  --  0.21.1
     * fix #28962: pylint crash with new options, due to missing stats data while writing the Statistics by types report
+
     * updated man page to 0.21 or greater command line usage (fix debian #582494)
 
+
+
 2010-05-11  --  0.21.0
     * command line updated (closes #9774, #9787, #9992, #22962):
 
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 12f1766..4f89643 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -18,7 +18,7 @@
 
 modname = distname = 'pylint'
 
-numversion = (0, 21, 0)
+numversion = (0, 21, 1)
 version = '.'.join([str(num) for num in numversion])
 
 
diff --git a/debian/changelog b/debian/changelog
index 6a41574..0565dac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pylint (0.21.1-1) unstable; urgency=low
+
+  * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr>  Fri, 04 Jun 2010 16:07:42 +0200
+
 pylint (0.21.0-2) UNRELEASED; urgency=low
 
   [ Julien Jehannet ]