summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-20 22:46:24 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-20 22:58:03 +0200
commitbbc4f6690724c3fa2325d6e3e4f1e5414a27983c (patch)
tree63e7e4ea2c9092829a7887305c75a07f4b804240
parentea448b8905c10bdd1935b33fd95524aa4e2e71d6 (diff)
downloadpylint-git-bbc4f6690724c3fa2325d6e3e4f1e5414a27983c.tar.gz
Move back to a dev version following 2.10.0 release
-rw-r--r--doc/whatsnew/2.11.rst21
-rw-r--r--doc/whatsnew/index.rst1
-rw-r--r--pylint/__pkginfo__.py2
-rw-r--r--tbump.toml2
4 files changed, 24 insertions, 2 deletions
diff --git a/doc/whatsnew/2.11.rst b/doc/whatsnew/2.11.rst
new file mode 100644
index 000000000..fc370ecd4
--- /dev/null
+++ b/doc/whatsnew/2.11.rst
@@ -0,0 +1,21 @@
+***************************
+ What's New in Pylint 2.11
+***************************
+
+:Release: 2.11
+:Date: TBA
+
+Summary -- Release highlights
+=============================
+
+
+New checkers
+============
+
+
+Extensions
+==========
+
+
+Other Changes
+=============
diff --git a/doc/whatsnew/index.rst b/doc/whatsnew/index.rst
index ef5d0a278..60bd1fef3 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.11.rst
2.10.rst
2.9.rst
2.8.rst
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 29e94f226..50af1aef1 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.10.0"
+__version__ = "2.10.1-dev0"
def get_numversion_from_version(v: str) -> Tuple:
diff --git a/tbump.toml b/tbump.toml
index 46f050b13..0dd7f4044 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"
[version]
-current = "2.10.0"
+current = "2.10.1-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.