summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9969fa2d9..a3cf0b925 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 12f1766c4..4f89643dd 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 6a4157473..0565dac9d 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 ]