Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f675f19

Browse files
committedJun 6, 2023
Bump astroid to 3.0.0a4, update changelog
1 parent cc20cff commit f675f19

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎CONTRIBUTORS.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Contributors
3838
- Alexandre Fayolle <alexandre.fayolle@logilab.fr>
3939
- Eevee (Alex Munroe) <amunroe@yelp.com>
4040
- David Gilman <davidgilman1@gmail.com>
41+
- Tushar Sadhwani <tushar.sadhwani000@gmail.com>
4142
- Julien Jehannet <julien.jehannet@logilab.fr>
4243
- Calen Pennington <calen.pennington@gmail.com>
43-
- Tushar Sadhwani <tushar.sadhwani000@gmail.com> <86737547+tushar-deepsource@users.noreply.github.com>
4444
- Hugo van Kemenade <hugovk@users.noreply.github.com>
4545
- Tim Martin <tim@asymptotic.co.uk>
4646
- Phil Schaf <flying-sheep@web.de>
@@ -107,6 +107,7 @@ Contributors
107107
- markmcclain <markmcclain@users.noreply.github.com>
108108
- ioanatia <ioanatia@users.noreply.github.com>
109109
- grayjk <grayjk@gmail.com>
110+
- alm <alonme@users.noreply.github.com>
110111
- adam-grant-hendry <59346180+adam-grant-hendry@users.noreply.github.com>
111112
- Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
112113
- Zac Hatfield-Dodds <Zac-HD@users.noreply.github.com>
@@ -186,7 +187,6 @@ Contributors
186187
- Alexander Scheel <alexander.m.scheel@gmail.com>
187188
- Alexander Presnyakov <flagist0@gmail.com>
188189
- Ahmed Azzaoui <ahmed.azzaoui@engie.com>
189-
- alm <alonme@users.noreply.github.com
190190

191191
Co-Author
192192
---------

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

0 commit comments

Comments
 (0)
Please sign in to comment.