summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = [