Skip to content

Commit

Permalink
Bump astroid to 3.0.0a9, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Aug 5, 2023
1 parent 63cd8a1 commit ffec181
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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.0a9-dev0"
__version__ = "3.0.0a9"
version = __version__
4 changes: 4 additions & 0 deletions script/.contributors_aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
"mails": ["androwiiid@gmail.com"],
"name": "Paligot Gérard"
},
"antonio@zoftko.com": {
"mails": ["antonio@zoftko.com", "antonioglez-23@hotmail.com"],
"name": "Antonio"
},
"areveny@protonmail.com": {
"mails": ["areveny@protonmail.com", "self@areveny.com"],
"name": "Areveny",
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 = "3.0.0a9-dev0"
current = "3.0.0a9"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down

0 comments on commit ffec181

Please sign in to comment.