Skip to content

Commit

Permalink
Upgrade the version to 2.14.0-dev0 following 2.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Mar 24, 2022
1 parent 020bd43 commit 2ec59f2
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
25 changes: 25 additions & 0 deletions doc/whatsnew/2.14.rst
Original file line number Diff line number Diff line change
@@ -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
=============
1 change: 1 addition & 0 deletions doc/whatsnew/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -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*)
\.
Expand Down

0 comments on commit 2ec59f2

Please sign in to comment.