Skip to content

Commit

Permalink
Move back to a dev version following 2.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Aug 20, 2021
1 parent ea448b8 commit bbc4f66
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
21 changes: 21 additions & 0 deletions 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
=============
1 change: 1 addition & 0 deletions doc/whatsnew/index.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion 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*)
\.
Expand Down

0 comments on commit bbc4f66

Please sign in to comment.