summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-06-06 15:35:30 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2016-06-06 15:35:30 +0100
commitc670b6bf039d6295acc3cf47d160fa02df3cbae5 (patch)
tree35dfefea7550c130588fab816ecc331ba1ee00f8
parentc6ade20ec0f7d2126764f4de7133be966ba678a6 (diff)
downloadpylint-git-pylint-1.5.6.tar.gz
Prepare 1.5.6pylint-1.5.6
-rw-r--r--ChangeLog3
-rw-r--r--pylint/__pkginfo__.py2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a52f24de..e4b8964ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
ChangeLog for Pylint
--------------------
---
+2016-06-06 -- 1.5.6
+
* config files with BOM markers can now be read.
Close #864.
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index f5eea15ed..37025eae2 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -23,7 +23,7 @@ from os.path import join
modname = distname = 'pylint'
-numversion = (1, 5, 5)
+numversion = (1, 5, 6)
version = '.'.join([str(num) for num in numversion])
install_requires = [