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) <amunroe@yelp.com>
4242
- David Gilman <davidgilman1@gmail.com>
4343
- Tushar Sadhwani <tushar.sadhwani000@gmail.com>
44+
- Matus Valo <matusvalo@users.noreply.github.com>
4445
- Julien Jehannet <julien.jehannet@logilab.fr>
46+
- Hugo van Kemenade <hugovk@users.noreply.github.com>
4547
- Calen Pennington <calen.pennington@gmail.com>
4648
- Antonio <antonio@zoftko.com>
47-
- Hugo van Kemenade <hugovk@users.noreply.github.com>
4849
- Akhil Kamat <akhil.kamat@gmail.com>
4950
- Tim Martin <tim@asymptotic.co.uk>
5051
- Phil Schaf <flying-sheep@web.de>
@@ -59,6 +60,7 @@ Contributors
5960
- Daniel Harding <dharding@gmail.com>
6061
- Christian Clauss <cclauss@me.com>
6162
- Ville Skyttä <ville.skytta@iki.fi>
63+
- Synrom <30272537+Synrom@users.noreply.github.com>
6264
- Rene Zhang <rz99@cornell.edu>
6365
- Philip Lorenz <philip@bithub.de>
6466
- Nicolas Chauvat <nicolas.chauvat@logilab.fr>
@@ -76,6 +78,7 @@ Contributors
7678
- emile@crater.logilab.fr <emile@crater.logilab.fr>
7779
- doranid <ddandd@gmail.com>
7880
- brendanator <brendan.maginnis@gmail.com>
81+
- Zen Lee <53538590+zenlyj@users.noreply.github.com>
7982
- Tomas Gavenciak <gavento@ucw.cz>
8083
- Tim Paine <t.paine154@gmail.com>
8184
- Thomas Hisch <t.hisch@gmail.com>

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": ["c.ringstrom@gmail.com"],
8787
"name": "Charlie Ringström"
8888
},
89+
"matusvalo@users.noreply.github.com": {
90+
"mails": ["matusvalo@users.noreply.github.com"],
91+
"name": "Matus Valo"
92+
},
8993
"calen.pennington@gmail.com": {
9094
"mails": ["cale@edx.org", "calen.pennington@gmail.com"],
9195
"name": "Calen Pennington"
@@ -114,7 +118,10 @@
114118
"team": "Maintainers"
115119
},
116120
"hugovk@users.noreply.github.com": {
117-
"mails": ["hugovk@users.noreply.github.com"],
121+
"mails": [
122+
"hugovk@users.noreply.github.com",
123+
"1324225+hugovk@users.noreply.github.com"
124+
],
118125
"name": "Hugo van Kemenade"
119126
},
120127
"jacob@bogdanov.dev": {

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)