File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,16 @@ Release date: TBA
8
8
9
9
10
10
11
- What's New in astroid 2.13.4 ?
11
+ What's New in astroid 2.13.5 ?
12
12
=============================
13
13
Release date: TBA
14
14
15
+
16
+
17
+ What's New in astroid 2.13.4?
18
+ =============================
19
+ Release date: 2023-01-31
20
+
15
21
* Fix issues with ``typing_extensions.TypeVar``.
16
22
17
23
* Fix ``ClassDef.fromlino`` for PyPy 3.8 (v7.3.11) if class is wrapped by a decorator.
Original file line number Diff line number Diff line change 2
2
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
3
3
# Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt
4
4
5
- __version__ = "2.13.3 "
5
+ __version__ = "2.13.4 "
6
6
version = __version__
Original file line number Diff line number Diff line change 1
1
github_url = " https://github.com/PyCQA/astroid"
2
2
3
3
[version ]
4
- current = " 2.13.3 "
4
+ current = " 2.13.4 "
5
5
regex = '''
6
6
^(?P<major>0|[1-9]\d*)
7
7
\.
You can’t perform that action at this time.
0 commit comments