File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Pylint's ChangeLog
5
5
What's New in Pylint 2.5.0?
6
6
===========================
7
7
8
- Release date: TBA
8
+ Release date: 2020-04-27
9
9
10
10
* Fix a false negative for ``undefined-variable`` when using class attribute in comprehension.
11
11
Original file line number Diff line number Diff line change 3
3
**************************
4
4
5
5
:Release: 2.5
6
- :Date: TBC
6
+ :Date: 2020-04-27
7
7
8
8
9
9
Summary -- Release highlights
Original file line number Diff line number Diff line change 23
23
24
24
# For an official release, use dev_version = None
25
25
numversion = (2 , 5 , 0 )
26
- dev_version = "1"
26
+ dev_version = None
27
27
28
28
version = "." .join (str (num ) for num in numversion )
29
29
if dev_version is not None :
30
30
version += "-dev" + str (dev_version )
31
31
32
32
install_requires = [
33
- "astroid>=2.3 .0,<=2.5" ,
33
+ "astroid>=2.4 .0,<=2.5" ,
34
34
"isort>=4.2.5,<5" ,
35
35
"mccabe>=0.6,<0.7" ,
36
36
"toml>=0.7.1" ,
59
59
"Programming Language :: Python :: 3.5" ,
60
60
"Programming Language :: Python :: 3.6" ,
61
61
"Programming Language :: Python :: 3.7" ,
62
+ "Programming Language :: Python :: 3.8" ,
62
63
"Programming Language :: Python :: 3 :: Only" ,
63
64
"Programming Language :: Python :: Implementation :: CPython" ,
64
65
"Programming Language :: Python :: Implementation :: PyPy" ,
You can’t perform that action at this time.
0 commit comments