File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -9,21 +9,20 @@ Release date: TBA
9
9
..
10
10
Put new features here and also in 'doc/whatsnew/2.10.rst'
11
11
12
- * Added ``time.clock`` to deprecated functions/methods for python 3.3
13
-
14
12
15
13
What's New in Pylint 2.9.5?
16
14
===========================
17
15
Release date: TBA
18
16
17
+ ..
18
+ Put bug fixes that should not wait for a new minor version here
19
19
20
20
21
21
What's New in Pylint 2.9.4?
22
22
===========================
23
23
Release date: 2021-07-20
24
24
25
- ..
26
- Put bug fixes that should not wait for a new minor version here
25
+ * Added ``time.clock`` to deprecated functions/methods for python 3.3
27
26
28
27
* Fix bug in which --fail-on can return a zero exit code even when the specified issue is present
29
28
Original file line number Diff line number Diff line change 2
2
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
3
3
from typing import Tuple
4
4
5
- __version__ = "2.9.4 "
5
+ __version__ = "2.9.5-dev0 "
6
6
7
7
8
8
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.9.4 "
4
+ current = " 2.9.5-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