summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/whatsnew/2.14.rst25
-rw-r--r--doc/whatsnew/index.rst1
-rw-r--r--pylint/__pkginfo__.py2
-rw-r--r--tbump.toml2
4 files changed, 28 insertions, 2 deletions
diff --git a/doc/whatsnew/2.14.rst b/doc/whatsnew/2.14.rst
new file mode 100644
index 000000000..64a5f7564
--- /dev/null
+++ b/doc/whatsnew/2.14.rst
@@ -0,0 +1,25 @@
+***************************
+ What's New in Pylint 2.14
+***************************
+
+:Release: 2.14
+:Date: TBA
+
+Summary -- Release highlights
+=============================
+
+
+New checkers
+============
+
+
+Removed checkers
+================
+
+
+Extensions
+==========
+
+
+Other Changes
+=============
diff --git a/doc/whatsnew/index.rst b/doc/whatsnew/index.rst
index d2c14ccbc..992b7b2b4 100644
--- a/doc/whatsnew/index.rst
+++ b/doc/whatsnew/index.rst
@@ -9,6 +9,7 @@ High level descriptions of the most important changes between major Pylint versi
.. toctree::
:maxdepth: 1
+ 2.14.rst
2.13.rst
2.12.rst
2.11.rst
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 1b459ff01..55b0f8818 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -4,7 +4,7 @@
from typing import Tuple
-__version__ = "2.13.0"
+__version__ = "2.14.0-dev0"
def get_numversion_from_version(v: str) -> Tuple:
diff --git a/tbump.toml b/tbump.toml
index 83785652f..5426c45f5 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"
[version]
-current = "2.13.0"
+current = "2.14.0-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.