Skip to content

Commit a35821a

Browse files
authored
Bump astroid to 3.2.2, update changelog (#2445)
1 parent 306164e commit a35821a

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

ChangeLog

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,19 @@ Release date: TBA
99

1010

1111

12-
What's New in astroid 3.2.2?
12+
What's New in astroid 3.2.3?
1313
============================
1414
Release date: TBA
1515

1616

17+
18+
What's New in astroid 3.2.2?
19+
============================
20+
Release date: 2024-05-20
21+
1722
* Improve inference for generic classes using the PEP 695 syntax (Python 3.12).
1823

19-
Closes pylint-dev/#9406
24+
Closes pylint-dev/pylint#9406
2025

2126

2227
What's New in astroid 3.2.1?

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__ = "3.2.1"
5+
__version__ = "3.2.2"
66
version = __version__

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 = "3.2.1"
4+
current = "3.2.2"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)