Skip to content

Commit 9df6012

Browse files
Bump astroid to 3.0.0a5, update changelog
1 parent 76571ac commit 9df6012

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CONTRIBUTORS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ Contributors
137137
- Kian Meng, Ang <kianmeng.ang@gmail.com>
138138
- Kai Mueller <15907922+kasium@users.noreply.github.com>
139139
- Jörg Thalheim <Mic92@users.noreply.github.com>
140+
- Josef Kemetmüller <josef.kemetmueller@gmail.com>
140141
- Jonathan Striebel <jstriebel@users.noreply.github.com>
141142
- John Belmonte <john@neggie.net>
142143
- Jeff Widman <jeff@jeffwidman.com>
@@ -182,6 +183,7 @@ Contributors
182183
- Aru Sahni <arusahni@gmail.com>
183184
- Artsiom Kaval <lezeroq@gmail.com>
184185
- Anubhav <35621759+anubh-v@users.noreply.github.com>
186+
- Antonio <antonioglez-23@hotmail.com>
185187
- Antoine Boellinger <aboellinger@hotmail.com>
186188
- Alphadelta14 <alpha@alphaservcomputing.solutions>
187189
- Alexander Scheel <alexander.m.scheel@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__ = "3.0.0a5-dev0"
5+
__version__ = "3.0.0a5"
66
version = __version__

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

0 commit comments

Comments
 (0)