summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2007-02-28 08:40:59 +0100
committerSylvain Thénault <sylvain.thenault@logilab.fr>2007-02-28 08:40:59 +0100
commit34973d5d4e9f6a00555553d64671ba34ba2fa665 (patch)
treeffa9ab84cb793195b5a3b2a611ddc61c1896672b
parent621ab9767cf10f3c243fe6d273dc8190ba368dc3 (diff)
downloadpylint-git-34973d5d4e9f6a00555553d64671ba34ba2fa665.tar.gz
grrr
-rw-r--r--ChangeLog3
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
-rw-r--r--lint.py2
4 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 12f4d9007..eebd107eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
ChangeLog for PyLint
====================
+2007-02-28 -- 0.13.1
+ * herrrg fix last minute syntax error :(
+
2007-02-26 -- 0.13.0
* new RPython (Restricted Python) checker for PyPy felow or people
wanting to get a compiled version of their python program using the
diff --git a/__pkginfo__.py b/__pkginfo__.py
index dccca3969..a7882c1f1 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -18,7 +18,7 @@
modname = 'pylint'
-numversion = (0, 13, 0)
+numversion = (0, 13, 1)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index ef2aad4ec..8cb0ba0ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pylint (0.13.1-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 28 Feb 2007 08:40:40 +0100
+
pylint (0.13.0-1) unstable; urgency=low
* new upstream release
diff --git a/lint.py b/lint.py
index 019b1f064..59640c678 100644
--- a/lint.py
+++ b/lint.py
@@ -792,7 +792,7 @@ manipulation such as pygtk.require().'}),
('rpython-mode',
{'action' : 'callback', 'callback' : lambda *args: 1,
- 'help' : 'enable the rpython checker which is disabled by default'},
+ 'help' : 'enable the rpython checker which is disabled by default'}),
#'help' : 'Run into Restricted Python analysis mode.'}),
('help-msg',