Skip to content

Commit

Permalink
Bump astroid to 3.3.3, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Sep 20, 2024
1 parent 3840ff6 commit a01a9c9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,4 @@ under this name, or we did not manage to find their commits in the history.
- correctmost <134317971+correctmost@users.noreply.github.com>
- Oleh Prypin <oleh@pryp.in>
- Eric Vergnaud <eric.vergnaud@wanadoo.fr>
- Hashem Nasarat <Hnasar@users.noreply.github.com>
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@ Release date: TBA



What's New in astroid 3.3.3?
What's New in astroid 3.3.4?
============================
Release date: TBA



What's New in astroid 3.3.3?
============================
Release date: 2024-09-20

* Fix inference regression with property setters.

Closes pylint-dev/pylint#9811
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.3.2"
__version__ = "3.3.3"
version = __version__
8 changes: 4 additions & 4 deletions script/.contributors_aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"mails": ["55152140+jayaddison@users.noreply.github.com", "jay@jp-hosting.net"],
"name": "James Addison"
},
"Hnasar@users.noreply.github.com": {
"mails": ["Hnasar@users.noreply.github.com", "hashem@hudson-trading.com"],
"name": "Hashem Nasarat"
},
"adam.grant.hendry@gmail.com": {
"mails": ["adam.grant.hendry@gmail.com"],
"name": "Adam Hendry"
Expand Down Expand Up @@ -85,10 +89,6 @@
"name": "Hippo91",
"team": "Maintainers"
},
"Hnasar@users.noreply.github.com": {
"mails": ["Hnasar@users.noreply.github.com", "hashem@hudson-trading.com"],
"name": "Hashem Nasarat"
},
"hugovk@users.noreply.github.com": {
"mails": ["hugovk@users.noreply.github.com"],
"name": "Hugo van Kemenade"
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.3.2"
current = "3.3.3"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down

0 comments on commit a01a9c9

Please sign in to comment.