summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog7
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8024dbba7..2a0699cee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
ChangeLog for PyLint
====================
+2008-10-13 -- 0.15.2
+ * fix #5672: W0706 weirdness ( W0706 removed )
+ * fix #5998: documentation points to wrong url for mailing list
+ * fix #6022: no error message on wrong module names
+ * fix #6040: pytest doesn't run test/func_test.py
2008-09-15 -- 0.15.1
* fix #4910: default values are missing in manpage
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 776c0c0c5..36bd0b5dd 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -18,7 +18,7 @@
modname = 'pylint'
-numversion = (0, 15, 1)
+numversion = (0, 15, 2)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index c229d788d..e14c95c85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+
+pylint (0.15.2-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Emile Anclin <emile.anclin@logilab.fr> Mon, 13 Oct 2008 13:38:00 +0200
+
pylint (0.15.1-1) unstable; urgency=low
* new upstream release