Skip to content

Commit 67957e2

Browse files
Move back to a dev version following 2.11.0 release
1 parent 7add5d0 commit 67957e2

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

doc/whatsnew/2.12.rst

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
***************************
2+
What's New in Pylint 2.12
3+
***************************
4+
5+
:Release: 2.12
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+
=============

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.12.rst
1213
2.11.rst
1314
2.10.rst
1415
2.9.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.11.0"
5+
__version__ = "2.11.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.11.0"
4+
current = "2.11.1-dev0"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)