File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ Contributors
109109- Anthony Truchet <anthony.truchet@logilab.fr>
110110- Anthony Sottile <asottile@umich.edu>
111111- Alexander Shadchin <alexandr.shadchin@gmail.com>
112+ - Fridayworks <aifriday700@gmail.com>
112113- wgehalo <wgehalo@gmail.com>
113114- tejaschauhan36912 <59693377+tejaschauhan36912@users.noreply.github.com>
114115- rr- <rr-@sakuya.pl>
@@ -219,6 +220,7 @@ Contributors
219220- Alexander Scheel <alexander.m.scheel@gmail.com>
220221- Alexander Presnyakov <flagist0@gmail.com>
221222- Ahmed Azzaoui <ahmed.azzaoui@engie.com>
223+ - Casey Jones <731937+doctorcolossus@users.noreply.github.com>
222224
223225Co-Author
224226---------
Original file line number Diff line number Diff line change @@ -8,10 +8,16 @@ What's New in astroid 4.2.0?
88Release date: TBA
99
1010
11- What's New in astroid 4.1.2 ?
11+ What's New in astroid 4.1.3 ?
1212============================
1313Release date: TBA
1414
15+
16+
17+ What's New in astroid 4.1.2?
18+ ============================
19+ Release date: 2026-03-22
20+
1521* Fix crash accessing property `fset` in generic classes with type annotations.
1622 Closes #2996
1723
Original file line number Diff line number Diff line change 22# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
33# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt
44
5- __version__ = "4.1.1 "
5+ __version__ = "4.1.2 "
66version = __version__
Original file line number Diff line number Diff line change 11# Tools used when releasing
2- contributors-txt>=0.7.4
2+ contributors-txt>=1.0.1
33tbump~=6.11
44
55# Tools used to run tests
Original file line number Diff line number Diff line change 11github_url = " https://github.com/pylint-dev/astroid"
22
33[version ]
4- current = " 4.1.1 "
4+ current = " 4.1.2 "
55regex = '''
66^(?P<major>0|[1-9]\d*)
77\.
You can’t perform that action at this time.
0 commit comments