summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2017-12-15 12:46:44 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2017-12-15 12:46:44 +0100
commit4c481dea025850d9c53edef14670c74b1af88340 (patch)
tree59755a00f12851fe1e4135cc17832333376c854b
parentdf53e1eb10c72c77036ef22e59e1b81f6b96582b (diff)
downloadpylint-git-4c481dea025850d9c53edef14670c74b1af88340.tar.gz
Bump to 1.8.1 to republish the wheel with correct versionpylint-1.8.1
-rw-r--r--ChangeLog7
-rw-r--r--pylint/__pkginfo__.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 287080961..6bca1ce43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,13 @@ What's New in Pylint 1.8?
Release date: 2017-12-15
+ * Wrong version number in __pkginfo__.
+
+What's New in Pylint 1.8?
+=========================
+
+Release date: 2017-12-15
+
* Respect disable=... in config file when running with --py3k.
* New warning `shallow-copy-environ` added
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index a2e628db5..1e4c35c8d 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -27,7 +27,7 @@ from setuptools import __version__ as setuptools_version
modname = distname = 'pylint'
-numversion = (1, 8, 0)
+numversion = (1, 8, 1)
version = '.'.join([str(num) for num in numversion])
install_requires = [