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 <[email protected]>
138138
- Kai Mueller <[email protected]>
139139
- Jörg Thalheim <[email protected]>
140+
- Josef Kemetmüller <[email protected]>
140141
- Jonathan Striebel <[email protected]>
141142
- John Belmonte <[email protected]>
142143
- Jeff Widman <[email protected]>
@@ -182,6 +183,7 @@ Contributors
182183
- Aru Sahni <[email protected]>
183184
- Artsiom Kaval <[email protected]>
184185
- Anubhav <[email protected]>
186+
- Antonio <[email protected]>
185187
- Antoine Boellinger <[email protected]>
186188
- Alphadelta14 <[email protected]>
187189
- Alexander Scheel <[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__ = "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)