Skip to content

Release branch 3.0.0a4 #2197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ Contributors
- Alexandre Fayolle <[email protected]>
- Eevee (Alex Munroe) <[email protected]>
- David Gilman <[email protected]>
- Tushar Sadhwani <[email protected]>
- Julien Jehannet <[email protected]>
- Calen Pennington <[email protected]>
- Tushar Sadhwani <[email protected]> <[email protected]>
- Hugo van Kemenade <[email protected]>
- Tim Martin <[email protected]>
- Phil Schaf <[email protected]>
Expand Down Expand Up @@ -107,6 +107,7 @@ Contributors
- markmcclain <[email protected]>
- ioanatia <[email protected]>
- grayjk <[email protected]>
- alm <[email protected]>
- adam-grant-hendry <[email protected]>
- Zbigniew Jędrzejewski-Szmek <[email protected]>
- Zac Hatfield-Dodds <[email protected]>
Expand Down Expand Up @@ -186,7 +187,6 @@ Contributors
- Alexander Scheel <[email protected]>
- Alexander Presnyakov <[email protected]>
- Ahmed Azzaoui <[email protected]>
- alm <[email protected]

Co-Author
---------
Expand Down
2 changes: 1 addition & 1 deletion astroid/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt

__version__ = "3.0.0a4-dev0"
__version__ = "3.0.0a5-dev0"
version = __version__
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/pylint-dev/astroid"

[version]
current = "3.0.0a4-dev0"
current = "3.0.0a5-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down