Skip to content

Commit 970c5d2

Browse files
Move back to a dev version following 2.9.4 release
1 parent 867d61b commit 970c5d2

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

ChangeLog

+3-4
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,20 @@ Release date: TBA
99
..
1010
Put new features here and also in 'doc/whatsnew/2.10.rst'
1111

12-
* Added ``time.clock`` to deprecated functions/methods for python 3.3
13-
1412

1513
What's New in Pylint 2.9.5?
1614
===========================
1715
Release date: TBA
1816

17+
..
18+
Put bug fixes that should not wait for a new minor version here
1919

2020

2121
What's New in Pylint 2.9.4?
2222
===========================
2323
Release date: 2021-07-20
2424

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
2726

2827
* Fix bug in which --fail-on can return a zero exit code even when the specified issue is present
2928

pylint/__pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
33
from typing import Tuple
44

5-
__version__ = "2.9.4"
5+
__version__ = "2.9.5-dev0"
66

77

88
def get_numversion_from_version(v: str) -> Tuple:

tbump.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/PyCQA/pylint"
22

33
[version]
4-
current = "2.9.4"
4+
current = "2.9.5-dev0"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)