summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2014-04-30 17:56:38 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2014-04-30 17:56:38 +0200
commita9f6d54370ecd2ca58106c974038fb2a81ff0b38 (patch)
tree2dfe4c53d5efe5aaca91578ae6db4089adfe9e12
parente772fe51ac49b3e00b119f6ab9c819a9f50c3278 (diff)
downloadpylint-a9f6d54370ecd2ca58106c974038fb2a81ff0b38.tar.gz
1.2.1
-rw-r--r--ChangeLog3
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bec428..da62285 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
ChangeLog for Pylint
====================
---
+2014-04-30 -- 1.2.1
* Restore the ability to specify the init-hook option via the
configuration file, which was accidentally broken in 1.2.0.
@@ -29,6 +29,7 @@ ChangeLog for Pylint
an exception occurs in Python 2 (behaviour removed in Python 3).
+
2014-04-18 -- 1.2.0
* Pass the current python paths to pylint process when invoked via
epylint. Fixes BitBucket issue #133.
diff --git a/__pkginfo__.py b/__pkginfo__.py
index d0a9aac..86488fa 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -19,7 +19,7 @@ import sys
modname = distname = 'pylint'
-numversion = (1, 2, 0)
+numversion = (1, 2, 1)
version = '.'.join([str(num) for num in numversion])
if sys.version_info < (2, 6):
diff --git a/debian/changelog b/debian/changelog
index fd43e38..a86f17b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pylint (1.2.1-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 30 Apr 2014 17:56:29 +0200
+
pylint (1.2.0-1) unstable; urgency=low
* new upstream release