Skip to content

Commit 62015e7

Browse files
Pierre-Sassoulasjacobtylerwalls
authored andcommitted
Bump astroid to 4.0.0b3, update changelog (this time for real)
1 parent dc784d3 commit 62015e7

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CONTRIBUTORS.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ Contributors
4141
- Eevee (Alex Munroe) <[email protected]>
4242
- David Gilman <[email protected]>
4343
- Tushar Sadhwani <[email protected]>
44+
- Matus Valo <[email protected]>
4445
- Julien Jehannet <[email protected]>
46+
- Hugo van Kemenade <[email protected]>
4547
- Calen Pennington <[email protected]>
4648
- Antonio <[email protected]>
47-
- Hugo van Kemenade <[email protected]>
4849
- Akhil Kamat <[email protected]>
4950
- Tim Martin <[email protected]>
5051
- Phil Schaf <[email protected]>
@@ -59,6 +60,7 @@ Contributors
5960
- Daniel Harding <[email protected]>
6061
- Christian Clauss <[email protected]>
6162
- Ville Skyttä <[email protected]>
63+
6264
- Rene Zhang <[email protected]>
6365
- Philip Lorenz <[email protected]>
6466
- Nicolas Chauvat <[email protected]>
@@ -76,6 +78,7 @@ Contributors
7678
7779
- doranid <[email protected]>
7880
- brendanator <[email protected]>
81+
- Zen Lee <[email protected]>
7982
- Tomas Gavenciak <[email protected]>
8083
- Tim Paine <[email protected]>
8184
- Thomas Hisch <[email protected]>

astroid/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
33
# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt
44

5-
__version__ = "4.0.0b4-dev0"
5+
__version__ = "4.0.0b3"
66
version = __version__

script/.contributors_aliases.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@
8686
"mails": ["[email protected]"],
8787
"name": "Charlie Ringström"
8888
},
89+
90+
"mails": ["[email protected]"],
91+
"name": "Matus Valo"
92+
},
8993
9094
9195
"name": "Calen Pennington"
@@ -114,7 +118,10 @@
114118
"team": "Maintainers"
115119
},
116120
117-
"mails": ["[email protected]"],
121+
"mails": [
122+
123+
124+
],
118125
"name": "Hugo van Kemenade"
119126
},
120127

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/astroid"
22

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

0 commit comments

Comments
 (0)