Skip to content

Commit 91dac13

Browse files
Bump astroid to 4.1.2, update changelog (#3011)
* Fix contributors.txt and upgrade lib Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
1 parent 796eba8 commit 91dac13

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

CONTRIBUTORS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

223225
Co-Author
224226
---------

ChangeLog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ What's New in astroid 4.2.0?
88
Release date: TBA
99

1010

11-
What's New in astroid 4.1.2?
11+
What's New in astroid 4.1.3?
1212
============================
1313
Release 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

astroid/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
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"
66
version = __version__

requirements_minimal.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Tools used when releasing
2-
contributors-txt>=0.7.4
2+
contributors-txt>=1.0.1
33
tbump~=6.11
44

55
# Tools used to run tests

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/pylint-dev/astroid"
22

33
[version]
4-
current = "4.1.1"
4+
current = "4.1.2"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)