summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 2 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index eebd107eb..ed60f1dbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,7 @@
ChangeLog for PyLint
====================
-2007-02-28 -- 0.13.1
- * herrrg fix last minute syntax error :(
-
-2007-02-26 -- 0.13.0
+2007-02-28 -- 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
translator of the PyPy project. For more information about PyPy or
diff --git a/__pkginfo__.py b/__pkginfo__.py
index a7882c1f1..dccca3969 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -18,7 +18,7 @@
modname = 'pylint'
-numversion = (0, 13, 1)
+numversion = (0, 13, 0)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index 8cb0ba0ab..ef2aad4ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,3 @@
-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