summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-09-28 15:02:43 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-09-28 15:02:43 +0200
commit37fb8787a335f5ec682afaf38d277a42d00a4cd6 (patch)
treefca046de6b5cadd118c61b5baef350ff0024f2fd
parent76ca4cc51a338a01e7157ed67a36d22547a4c233 (diff)
downloadpylint-37fb8787a335f5ec682afaf38d277a42d00a4cd6.tar.gz
-rw-r--r--ChangeLog7
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 65c4a16..0023182 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
ChangeLog for PyLint
====================
+2010-09-28 -- 0.21.3
+ * restored python 2.3 compatibility. Along with logilab-astng
+ 0.21.3 and logilab-common 0.52, this will much probably be the
+ latest release supporting python < 2.5.
+
+
+
2010-08-26 -- 0.21.2
* fix #36193: import checker raise exception on cyclic import
diff --git a/__pkginfo__.py b/__pkginfo__.py
index c26eb03..23a4a88 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -18,7 +18,7 @@
modname = distname = 'pylint'
-numversion = (0, 21, 2)
+numversion = (0, 21, 3)
version = '.'.join([str(num) for num in numversion])
install_requires = ['logilab-common >= 0.50.1',
diff --git a/debian/changelog b/debian/changelog
index 6e0d099..426f73e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pylint (0.21.3-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Tue, 28 Sep 2010 14:43:33 +0200
+
pylint (0.21.2-1) unstable; urgency=low
* new upstream release