Skip to content

Commit fe2b7c3

Browse files
Bump pylint to 4.0.0-dev0, update changelog (#9948)
1 parent 4c5393f commit fe2b7c3

File tree

7 files changed

+16
-7
lines changed

7 files changed

+16
-7
lines changed

doc/whatsnew/3/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ This is the full list of change in pylint 3.x minors, by categories.
66
.. toctree::
77
:maxdepth: 2
88

9-
3.4/index
109
3.3/index
1110
3.2/index
1211
3.1/index

doc/whatsnew/3/3.4/index.rst renamed to doc/whatsnew/4/4.0/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
***************************
3-
What's New in Pylint 3.4
3+
What's New in Pylint 4.0
44
***************************
55

66
.. toctree::
77
:maxdepth: 2
88

9-
:Release:3.4
9+
:Release:4.0
1010
:Date: TBA
1111

1212
Summary -- Release highlights

doc/whatsnew/4/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
4.x
2+
===
3+
4+
This is the full list of change in pylint 4.x minors, by categories.
5+
6+
.. toctree::
7+
:maxdepth: 2
8+
9+
4.0/index

doc/whatsnew/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
:titlesonly:
66
:hidden:
77

8+
4/index
89
3/index
910
2/index
1011
1/index

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__ = "3.4.0-dev0"
12+
__version__ = "4.0.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 = "3.4.0-dev0"
4+
current = "4.0.0-dev0"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

towncrier.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.towncrier]
2-
version = "3.4.0"
2+
version = "4.0.0"
33
directory = "doc/whatsnew/fragments"
4-
filename = "doc/whatsnew/3/3.4/index.rst"
4+
filename = "doc/whatsnew/4/4.0/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)