Skip to content

Commit bd7e07d

Browse files
Bump pylint to 4.1.0-dev0, update changelog
1 parent 3f80100 commit bd7e07d

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

doc/whatsnew/4/4.1/index.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
***************************
3+
What's New in Pylint 4.1
4+
***************************
5+
6+
.. toctree::
7+
:maxdepth: 2
8+
9+
:Release:4.1
10+
:Date: TBA
11+
12+
Summary -- Release highlights
13+
=============================
14+
15+
16+
.. towncrier release notes start

pylint/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from __future__ import annotations
1111

12-
__version__ = "4.0.0"
12+
__version__ = "4.1.0-dev0"
1313

1414

1515
def get_numversion_from_version(v: str) -> tuple[int, int, int]:

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/pylint-dev/pylint"
22

33
[version]
4-
current = "4.0.0"
4+
current = "4.1.0-dev0"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

towncrier.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.towncrier]
22
version = "4.0.0-dev0"
33
directory = "doc/whatsnew/fragments"
4-
filename = "doc/whatsnew/4/4.0/index.rst"
4+
filename = "doc/whatsnew/4/4.1/index.rst"
55
template = "doc/whatsnew/fragments/_template.rst"
66
issue_format = "`#{issue} <https://github.com/pylint-dev/pylint/issues/{issue}>`_"
77
wrap = false # doesn't wrap links correctly if beginning with indentation

0 commit comments

Comments
 (0)