Skip to content

Commit aed900b

Browse files
Bump astroid to 2.13.3, update changelog
1 parent 6735f41 commit aed900b

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CONTRIBUTORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ Contributors
127127
- Nicolas Noirbent <[email protected]>
128128
- Neil Girdhar <[email protected]>
129129
- Michał Masłowski <[email protected]>
130+
- Michal Vasilek <[email protected]>
130131
- Mateusz Bysiek <[email protected]>
131132
- Leandro T. C. Melo <[email protected]>
132133
- Konrad Weihmann <[email protected]>

ChangeLog

Lines changed: 7 additions & 1 deletion
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.3?
11+
What's New in astroid 2.13.4?
1212
=============================
1313
Release date: TBA
1414

15+
16+
17+
What's New in astroid 2.13.3?
18+
=============================
19+
Release date: 2023-01-20
20+
1521
* Fix a regression in 2.13.2 where a RunTimeError could be raised unexpectedly.
1622

1723
Closes #1958

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/PyCQA/astroid/blob/main/LICENSE
33
# Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt
44

5-
__version__ = "2.13.2"
5+
__version__ = "2.13.3"
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/PyCQA/astroid"
22

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

0 commit comments

Comments
 (0)