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

Prepare 1.8

parent b9061a05
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,6 +4,8 @@ Pylint's ChangeLog
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
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
What's New In Pylint 1.7
**************************
 
:Release: |release|
:Release: 1.7
:Date: 2017-04-13
 
 
Loading
Loading
Loading
Loading
@@ -2,8 +2,8 @@
What's New In Pylint 1.8
**************************
 
:Release: |release|
:Date: |TBA|
:Release: 1.8
:Date: 2017-12-15
 
 
Summary -- Release highlights
Loading
Loading
Loading
Loading
@@ -22,7 +22,7 @@ numversion = (1, 8, 0)
version = '.'.join([str(num) for num in numversion])
 
install_requires = [
'astroid>=1.5.1',
'astroid<2.0',
'six',
'isort >= 4.2.5',
'mccabe',
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