Skip to content

Commit fe57cc7

Browse files
Upgrade the version to 2.14.0-dev0 following 2.13.0 release
1 parent fd0eb6c commit fe57cc7

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

doc/whatsnew/2.14.rst

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
=============

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.14.rst
1213
2.13.rst
1314
2.12.rst
1415
2.11.rst

pylint/__pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from typing import Tuple
66

7-
__version__ = "2.13.0"
7+
__version__ = "2.14.0-dev0"
88

99

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

0 commit comments

Comments
 (0)