summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2011-10-07 12:18:12 +0200
committerSylvain Thénault <sylvain.thenault@logilab.fr>2011-10-07 12:18:12 +0200
commit3a5a922b0dedcbfcce26080e281e0b88a02dff8e (patch)
tree13b74269ec8f50211c01638983d793d5c44903cd
parentca98ca8284b1cbba4067bc97f1fada02ed0df214 (diff)
downloadpylint-git-3a5a922b0dedcbfcce26080e281e0b88a02dff8e.tar.gz
-rw-r--r--ChangeLog3
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b6601a892..e46515b40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
ChangeLog for PyLint
====================
---
+2011-10-07 -- 0.25.0
* #74742: make allowed name for first argument of class method configurable
(patch by Google)
@@ -21,6 +21,7 @@ ChangeLog for PyLint
* #73941: HTML report messages table is badly rendered
+
2011-07-18 -- 0.24.0
* #69738: add regular expressions support for "generated-members"
diff --git a/__pkginfo__.py b/__pkginfo__.py
index bbc15f257..37721f931 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -18,7 +18,7 @@
modname = distname = 'pylint'
-numversion = (0, 24, 0)
+numversion = (0, 25, 0)
version = '.'.join([str(num) for num in numversion])
install_requires = ['logilab-common >= 0.53.0', 'logilab-astng >= 0.21.1']
diff --git a/debian/changelog b/debian/changelog
index c7b1786c8..6ca2013e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pylint (0.25.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Fri, 07 Oct 2011 12:16:29 +0200
+
pylint (0.24.0-1) unstable; urgency=low
* new upstream release