Skip to content

Commit 74b5a7a

Browse files
Merge pull request #2302 from pylint-dev/release-branch-3.0.0b0
Release branch 3.0.0b0
2 parents aa7916a + 9ee87c3 commit 74b5a7a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CONTRIBUTORS.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Contributors
6565
- FELD Boris <[email protected]>
6666
- Enji Cooper <[email protected]>
6767
- Dani Alcala <[email protected]>
68+
- Antonio <[email protected]>
6869
- Adrien Di Mascio <[email protected]>
6970
- tristanlatr <[email protected]>
7071
@@ -130,6 +131,7 @@ Contributors
130131
- Ovidiu Sabou <[email protected]>
131132
- Nicolas Noirbent <[email protected]>
132133
- Neil Girdhar <[email protected]>
134+
- Miro Hrončok <[email protected]>
133135
- Michał Masłowski <[email protected]>
134136
- Mateusz Bysiek <[email protected]>
135137
- Marcelo Trylesinski <[email protected]>
@@ -184,7 +186,6 @@ Contributors
184186
- Aru Sahni <[email protected]>
185187
- Artsiom Kaval <[email protected]>
186188
- Anubhav <[email protected]>
187-
- Antonio <[email protected]>
188189
- Antoine Boellinger <[email protected]>
189190
- Alphadelta14 <[email protected]>
190191
- 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.0a10-dev0"
5+
__version__ = "3.0.0b1-dev0"
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.0a10-dev0"
4+
current = "3.0.0b1-dev0"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)