File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 2
2
Pylint's ChangeLog
3
3
------------------
4
4
5
- What's New in Pylint 2.8.0 ?
5
+ What's New in Pylint 2.7.3 ?
6
6
===========================
7
+ Release date: Undefined
7
8
..
8
- Put new features here
9
-
10
- * Workflow and packaging improvements
9
+ Put bug fixes that will be cherry-picked to latest major version here
11
10
12
11
13
12
What's New in Pylint 2.7.2?
14
13
===========================
15
- ..
16
- Put bug fixes that will be cherry-picked to latest major version here
14
+ Release date: 2021-02-28
17
15
18
16
* Fix False Positive on `Enum.__members__.items()`, `Enum.__members__.values`, and `Enum.__members__.keys`
19
17
Closes #4123
@@ -22,9 +20,12 @@ What's New in Pylint 2.7.2?
22
20
23
21
Closes #3636
24
22
23
+
25
24
What's New in Pylint 2.7.1?
26
25
===========================
27
26
27
+ Release date: 2021-02-23
28
+
28
29
* Expose `UnittestLinter` in pylint.testutils
29
30
30
31
* Don't check directories starting with '.' when using register_plugins
Original file line number Diff line number Diff line change 31
31
from os .path import join
32
32
33
33
# For an official release, use dev_version = None
34
- numversion = (2 , 8 , 0 )
35
- dev_version = 1
34
+ numversion = (2 , 7 , 2 )
35
+ dev_version = None
36
36
37
37
version = "." .join (str (num ) for num in numversion )
38
38
if dev_version is not None :
You can’t perform that action at this time.
0 commit comments