Skip to content

Commit fa699ab

Browse files
Bump astroid to 3.0.0a8, update changelog
1 parent 908c384 commit fa699ab

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CONTRIBUTORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Contributors
132132
- Neil Girdhar <[email protected]>
133133
- Michał Masłowski <[email protected]>
134134
- Mateusz Bysiek <[email protected]>
135+
- Marcelo Trylesinski <[email protected]>
135136
- Leandro T. C. Melo <[email protected]>
136137
- Konrad Weihmann <[email protected]>
137138
- Kian Meng, Ang <[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.0a8-dev0"
5+
__version__ = "3.0.0a8"
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.0a8-dev0"
4+
current = "3.0.0a8"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)