diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2016-06-06 15:35:30 +0100 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2016-06-06 15:35:30 +0100 |
commit | c670b6bf039d6295acc3cf47d160fa02df3cbae5 (patch) | |
tree | 35dfefea7550c130588fab816ecc331ba1ee00f8 | |
parent | c6ade20ec0f7d2126764f4de7133be966ba678a6 (diff) | |
download | pylint-git-pylint-1.5.6.tar.gz |
Prepare 1.5.6pylint-1.5.6
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | pylint/__pkginfo__.py | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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 = [ |