Skip to content

Commit

Permalink
Bump astroid to 4.0.0a0, update changelog (#2677)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas authored Feb 3, 2025
1 parent 3c6516e commit 7da8791
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 14 deletions.
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

0 comments on commit 7da8791

Please sign in to comment.