From 4c481dea025850d9c53edef14670c74b1af88340 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Fri, 15 Dec 2017 12:46:44 +0100 Subject: Bump to 1.8.1 to republish the wheel with correct version --- ChangeLog | 7 +++++++ pylint/__pkginfo__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 287080961..6bca1ce43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,13 @@ Pylint's ChangeLog 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. 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 = [ -- cgit v1.2.1