Skip to content
Snippets Groups Projects
Unverified Commit 4c481dea authored by Claudiu Popa's avatar Claudiu Popa
Browse files

Bump to 1.8.1 to republish the wheel with correct version

parent df53e1eb
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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.
Loading
Loading
Loading
Loading
@@ -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 = [
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment