Skip to content
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

Bump astroid to 4.0.0a0, update changelog #2677

Merged
merged 1 commit into from
Feb 3, 2025
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 .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ repos:
pass_filenames: false
require_serial: true
additional_dependencies: ["types-typed-ast"]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.4.2
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]
12 changes: 2 additions & 10 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ Contributors
- Andrew Haigh <[email protected]>
- Julien Cristau <[email protected]>
- David Liu <[email protected]>
- Artem Yurchenko <[email protected]>
- Alexandre Fayolle <[email protected]>
- Eevee (Alex Munroe) <[email protected]>
- temyurchenko <[email protected]>
- David Gilman <[email protected]>
- Tushar Sadhwani <[email protected]>
- Julien Jehannet <[email protected]>
- Calen Pennington <[email protected]>
- Antonio <[email protected]>
- Hugo van Kemenade <[email protected]>
- Artem Yurchenko <artemyurchenko@zoho.com>
- Akhil Kamat <akhil.kamat@gmail.com>
- Tim Martin <[email protected]>
- Phil Schaf <[email protected]>
- Alex Hall <[email protected]>
Expand All @@ -58,7 +58,6 @@ Contributors
- David Shea <[email protected]>
- Daniel Harding <[email protected]>
- Christian Clauss <[email protected]>
- Akhil Kamat <[email protected]>
- Ville Skyttä <[email protected]>
- Rene Zhang <[email protected]>
- Philip Lorenz <[email protected]>
Expand All @@ -76,7 +75,6 @@ Contributors
- [email protected] <[email protected]>
- doranid <[email protected]>
- brendanator <[email protected]>
- akamat10 <[email protected]>
- Tomas Gavenciak <[email protected]>
- Tim Paine <[email protected]>
- Thomas Hisch <[email protected]>
Expand Down Expand Up @@ -215,9 +213,3 @@ under this name, or we did not manage to find their commits in the history.
- carl
- alain lefroy
- Mark Gius
- Jérome Perrin <[email protected]>
- Jamie Scott <[email protected]>
- correctmost <[email protected]>
- Oleh Prypin <[email protected]>
- Eric Vergnaud <[email protected]>
- Hashem Nasarat <[email protected]>
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__ = "4.0.0-dev0"
__version__ = "4.0.0a0"
version = __version__
11 changes: 11 additions & 0 deletions script/.contributors_aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
"name": "Mark Byrne",
"team": "Maintainers"
},
"[email protected]": {
"mails": [
"[email protected]",
"[email protected]"
],
"name": "Artem Yurchenko"
},
"[email protected]": {
"mails": ["[email protected]", "[email protected]"],
"name": "James Addison"
Expand All @@ -30,6 +37,10 @@
"mails": ["[email protected]"],
"name": "Adam Hendry"
},
"[email protected]": {
"mails": ["[email protected]"],
"name": "Akhil Kamat"
},
"[email protected]": {
"mails": ["[email protected]"],
"name": "Paligot Gérard"
Expand Down
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 = "4.0.0-dev0"
current = "4.0.0a0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down