Skip to content

Commit d9023ef

Browse files
authored
Bump astroid to 2.13.4, update changelog (#1997)
1 parent 2cdf6ce commit d9023ef

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

ChangeLog

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ Release date: TBA
88

99

1010

11-
What's New in astroid 2.13.4?
11+
What's New in astroid 2.13.5?
1212
=============================
1313
Release date: TBA
1414

15+
16+
17+
What's New in astroid 2.13.4?
18+
=============================
19+
Release date: 2023-01-31
20+
1521
* Fix issues with ``typing_extensions.TypeVar``.
1622

1723
* Fix ``ClassDef.fromlino`` for PyPy 3.8 (v7.3.11) if class is wrapped by a decorator.

astroid/__pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
33
# Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt
44

5-
__version__ = "2.13.3"
5+
__version__ = "2.13.4"
66
version = __version__

tbump.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/PyCQA/astroid"
22

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

0 commit comments

Comments
 (0)