summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog15
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 16 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index eee8530..2d9357a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
ChangeLog for Pylint
====================
---
+2013-04-25 -- 0.28.0
* bitbucket #1: fix "dictionary changed size during iteration" crash
* #74013: new E1310[bad-str-strip-call] message warning when a call to a
@@ -10,8 +10,7 @@ ChangeLog for Pylint
* #123233: new E0108[duplicate-argument-name] message reporting duplicate
argument names
- * #81378: emit W0120[useless-else-on-loop] for loops without break and
- return
+ * #81378: emit W0120[useless-else-on-loop] for loops without break
* #124660: internal dependencies should not appear in external dependencies
report
@@ -33,8 +32,8 @@ ChangeLog for Pylint
* Improve the description for E1124[redundant-keyword-arg]
-2013-02-26 -- 0.27.0
+2013-02-26 -- 0.27.0
* #20693: replace pylint.el by Ian Eure version (patch by J.Kotta)
* #105327: add support for --disable=all option and deprecate the
@@ -76,10 +75,10 @@ ChangeLog for Pylint
* Python 3 related fixes:
- * #110213: fix import of checkers broken with python 3.3, causing
+ * #110213: fix import of checkers broken with python 3.3, causing
"No such message id W0704" breakage
- * #120635: redefine cmp function used in pylint.reporters
+ * #120635: redefine cmp function used in pylint.reporters
* Include full warning id for I0020 and I0021 and make sure to flush
warnings after each module, not at the end of the pylint run.
@@ -95,6 +94,7 @@ ChangeLog for Pylint
modifications into them. (patch by Torsten Marek)
+
2012-10-05 -- 0.26.0
* #106534: add --ignore-imports option to code similarity checking
and 'symilar' command line tool (patch by Ry4an Brase)
@@ -132,6 +132,8 @@ ChangeLog for Pylint
* stop including tests files in distribution, they causes crash when
installed with python3 (#72022, #82417, #76910)
+
+
2012-07-17 -- 0.25.2
* #93591: Correctly emit warnings about clobbered variable names when an
except handler contains a tuple of names instead of a single name.
@@ -162,6 +164,7 @@ ChangeLog for Pylint
* fix potential crashes with utils.safe_infer raising InferenceError
+
2011-12-08 -- 0.25.1
* #81078: Warn if names in exception handlers clobber overwrite
existing names (patch by tmarek@google.com)
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 542ad0d..8c183ea 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -18,7 +18,7 @@
modname = distname = 'pylint'
-numversion = (0, 27, 0)
+numversion = (0, 28, 0)
version = '.'.join([str(num) for num in numversion])
install_requires = ['logilab-common >= 0.53.0', 'logilab-astng >= 0.24.3']
diff --git a/debian/changelog b/debian/changelog
index 633ef34..34c671e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pylint (0.28.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Thu, 25 Apr 2013 09:43:01 +0200
+
pylint (0.27.0-1) unstable; urgency=low
* new upstream release