File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ Contributors
137
137
- Kian Meng, Ang <kianmeng.ang@gmail.com>
138
138
- Kai Mueller <15907922+kasium@users.noreply.github.com>
139
139
- Jörg Thalheim <Mic92@users.noreply.github.com>
140
+ - Josef Kemetmüller <josef.kemetmueller@gmail.com>
140
141
- Jonathan Striebel <jstriebel@users.noreply.github.com>
141
142
- John Belmonte <john@neggie.net>
142
143
- Jeff Widman <jeff@jeffwidman.com>
@@ -182,6 +183,7 @@ Contributors
182
183
- Aru Sahni <arusahni@gmail.com>
183
184
- Artsiom Kaval <lezeroq@gmail.com>
184
185
- Anubhav <35621759+anubh-v@users.noreply.github.com>
186
+ - Antonio <antonioglez-23@hotmail.com>
185
187
- Antoine Boellinger <aboellinger@hotmail.com>
186
188
- Alphadelta14 <alpha@alphaservcomputing.solutions>
187
189
- Alexander Scheel <alexander.m.scheel@gmail.com>
Original file line number Diff line number Diff line change 2
2
# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
3
3
# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt
4
4
5
- __version__ = "3.0.0a5-dev0 "
5
+ __version__ = "3.0.0a5"
6
6
version = __version__
Original file line number Diff line number Diff line change 1
1
github_url = " https://github.com/pylint-dev/astroid"
2
2
3
3
[version ]
4
- current = " 3.0.0a5-dev0 "
4
+ current = " 3.0.0a5"
5
5
regex = '''
6
6
^(?P<major>0|[1-9]\d*)
7
7
\.
You can’t perform that action at this time.
0 commit comments