aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-09-16 17:15:38 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-09-16 18:19:49 +0200
commit67957e233cdd402cacc4389aeba5e717a684f7a2 (patch)
treee32ac6e196179b3fbd1ea80547b3ba2661d08a83
parent7add5d00ff5bb36a21bb5fe92cc8e67c5ca80e80 (diff)
downloadpylint-67957e233cdd402cacc4389aeba5e717a684f7a2.tar.gz
Move back to a dev version following 2.11.0 release
-rw-r--r--doc/whatsnew/2.12.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.12.rst b/doc/whatsnew/2.12.rst
new file mode 100644
index 000000000..6a611eeb3
--- /dev/null
+++ b/doc/whatsnew/2.12.rst
@@ -0,0 +1,25 @@
+***************************
+ What's New in Pylint 2.12
+***************************
+
+:Release: 2.12
+: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 60bd1fef3..68d9226b8 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.12.rst
2.11.rst
2.10.rst
2.9.rst
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index b2f4b6e85..ad4029e5d 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -2,7 +2,7 @@
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
from typing import Tuple
-__version__ = "2.11.0"
+__version__ = "2.11.1-dev0"
def get_numversion_from_version(v: str) -> Tuple:
diff --git a/tbump.toml b/tbump.toml
index 65cee0476..00ba46782 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"
[version]
-current = "2.11.0"
+current = "2.11.1-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.