Skip to content

Commit 0361eb4

Browse files
Bump astroid to 3.0.0a9, update changelog
1 parent 4ccec95 commit 0361eb4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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.0a9-dev0"
5+
__version__ = "3.0.0a9"
66
version = __version__

script/.contributors_aliases.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
"mails": ["[email protected]"],
3131
"name": "Paligot Gérard"
3232
},
33+
34+
35+
"name": "Antonio"
36+
},
3337
3438
3539
"name": "Areveny",

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

0 commit comments

Comments
 (0)