summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2011-07-20 17:58:44 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2011-07-20 17:58:44 +0200
commitaca3de54908284345bf35653c25d3e0805dc9b9d (patch)
treea471205cdb08dbe2459317e61d7a141e3a32974c
parentfe48f15f4c06a4bde7720205b1043e541a726d23 (diff)
downloadpylint-aca3de54908284345bf35653c25d3e0805dc9b9d.tar.gz
0.24
-rw-r--r--ChangeLog3
-rw-r--r--__pkginfo__.py4
-rw-r--r--debian/changelog6
3 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 64586c0..6a858a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
ChangeLog for PyLint
====================
---
+2011-07-18 -- 0.24.0
* #69738: add regular expressions support for "generated-members"
* ids of logging and string_format checkers have been changed:
@@ -24,6 +24,7 @@ ChangeLog for PyLint
* #22273: Fix --ignore option documentation to match reality
+
2011-01-11 -- 0.23.0
* documentation update, add manpages
diff --git a/__pkginfo__.py b/__pkginfo__.py
index d2e7441..bbc15f2 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -1,5 +1,5 @@
# pylint: disable=W0622,C0103
-# Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2003-2011 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under
@@ -18,7 +18,7 @@
modname = distname = 'pylint'
-numversion = (0, 23, 0)
+numversion = (0, 24, 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 fd09cce..c7b1786 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pylint (0.24.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Mon, 18 Jul 2011 16:03:24 +0200
+
pylint (0.23.0-1) unstable; urgency=low
* new upstream release