Skip to content

Commit bbc4f66

Browse files
Move back to a dev version following 2.10.0 release
1 parent ea448b8 commit bbc4f66

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

doc/whatsnew/2.11.rst

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
***************************
2+
What's New in Pylint 2.11
3+
***************************
4+
5+
:Release: 2.11
6+
:Date: TBA
7+
8+
Summary -- Release highlights
9+
=============================
10+
11+
12+
New checkers
13+
============
14+
15+
16+
Extensions
17+
==========
18+
19+
20+
Other Changes
21+
=============

doc/whatsnew/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ High level descriptions of the most important changes between major Pylint versi
99
.. toctree::
1010
:maxdepth: 1
1111

12+
2.11.rst
1213
2.10.rst
1314
2.9.rst
1415
2.8.rst

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.10.0"
5+
__version__ = "2.10.1-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.10.0"
4+
current = "2.10.1-dev0"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)