File tree 4 files changed +28
-2
lines changed
4 files changed +28
-2
lines changed Original file line number Diff line number Diff line change
1
+ ***************************
2
+ What's New in Pylint 2.14
3
+ ***************************
4
+
5
+ :Release: 2.14
6
+ :Date: TBA
7
+
8
+ Summary -- Release highlights
9
+ =============================
10
+
11
+
12
+ New checkers
13
+ ============
14
+
15
+
16
+ Removed checkers
17
+ ================
18
+
19
+
20
+ Extensions
21
+ ==========
22
+
23
+
24
+ Other Changes
25
+ =============
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ High level descriptions of the most important changes between major Pylint versi
9
9
.. toctree ::
10
10
:maxdepth: 1
11
11
12
+ 2.14.rst
12
13
2.13.rst
13
14
2.12.rst
14
15
2.11.rst
Original file line number Diff line number Diff line change 4
4
5
5
from typing import Tuple
6
6
7
- __version__ = "2.13.0 "
7
+ __version__ = "2.14.0-dev0 "
8
8
9
9
10
10
def get_numversion_from_version (v : str ) -> Tuple :
Original file line number Diff line number Diff line change 1
1
github_url = " https://github.com/PyCQA/pylint"
2
2
3
3
[version ]
4
- current = " 2.13.0 "
4
+ current = " 2.14.0-dev0 "
5
5
regex = '''
6
6
^(?P<major>0|[1-9]\d*)
7
7
\.
You can’t perform that action at this time.
0 commit comments