Skip to content

Commit

Permalink
Bump pylint to 2.16.0-dev, update changelog (#7363)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Aug 26, 2022
1 parent 24eaec2 commit 646fef2
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
16 changes: 16 additions & 0 deletions doc/whatsnew/2/2.16/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

***************************
What's New in Pylint 2.16
***************************

.. toctree::
:maxdepth: 2

:Release:2.16
:Date: TBA

Summary -- Release highlights
=============================


.. towncrier release notes start
1 change: 1 addition & 0 deletions doc/whatsnew/2/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
.. toctree::
:maxdepth: 2

2.16/index
2.15/index
2.14/index
2.13/index
Expand Down
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from __future__ import annotations

__version__ = "2.15.0"
__version__ = "2.16.0-dev"


def get_numversion_from_version(v: str) -> tuple[int, int, int]:
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.15.0"
current = "2.16.0-dev"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down
4 changes: 2 additions & 2 deletions towncrier.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.towncrier]
version = "2.15.0"
version = "2.16.0"
directory = "doc/whatsnew/fragments"
filename = "doc/whatsnew/2/2.15/index.rst"
filename = "doc/whatsnew/2/2.16/index.rst"
template = "doc/whatsnew/fragments/_template.rst"
issue_format = "`#{issue} <https://github.com/PyCQA/pylint/issues/{issue}>`_"

Expand Down

0 comments on commit 646fef2

Please sign in to comment.