Skip to content

Commit b015ec0

Browse files
Bump astroid to 2.13.1, update changelog (#1943)
1 parent 82b80d9 commit b015ec0

File tree

5 files changed

+19
-6
lines changed

5 files changed

+19
-6
lines changed

CONTRIBUTORS.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Contributors
3434
- Nick Drozd <[email protected]>
3535
- Andrew Haigh <[email protected]>
3636
- Julien Cristau <[email protected]>
37-
- Alexandre Fayolle <[email protected]>
3837
- David Liu <[email protected]>
38+
- Alexandre Fayolle <[email protected]>
3939
- Eevee (Alex Munroe) <[email protected]>
4040
- David Gilman <[email protected]>
4141
- Julien Jehannet <[email protected]>
@@ -61,6 +61,7 @@ Contributors
6161
- Mario Corchero <[email protected]>
6262
- Marien Zwart <[email protected]>
6363
- Laura Médioni <[email protected]>
64+
- James Addison <[email protected]>
6465
- FELD Boris <[email protected]>
6566
- Enji Cooper <[email protected]>
6667
- Adrien Di Mascio <[email protected]>
@@ -90,12 +91,14 @@ Contributors
9091
- David Euresti <[email protected]>
9192
- David Douard <[email protected]>
9293
- David Cain <[email protected]>
94+
- Dani Alcala <[email protected]>
9395
- Anthony Truchet <[email protected]>
9496
- Anthony Sottile <[email protected]>
9597
- Alexander Shadchin <[email protected]>
9698
- wgehalo <[email protected]>
9799
98100
101+
- plucury <[email protected]>
99102
- nathannaveen <[email protected]>
100103
- mathieui <[email protected]>
101104
- markmcclain <[email protected]>
@@ -136,7 +139,6 @@ Contributors
136139
- Jeff Quast <[email protected]>
137140
- Jarrad Hope <[email protected]>
138141
- Jared Garst <[email protected]>
139-
- James Addison <[email protected]>
140142
- Jakub Wilk <[email protected]>
141143
- Iva Miholic <[email protected]>
142144
- Ionel Maries Cristian <[email protected]>
@@ -158,7 +160,6 @@ Contributors
158160
- Dave Baum <[email protected]>
159161
- Daniel Martin <[email protected]>
160162
- Daniel Colascione <[email protected]>
161-
- Dani Alcala <[email protected]>
162163
- Damien Baty <[email protected]>
163164
- Craig Franklin <[email protected]>
164165
- Colin Kennedy <[email protected]>

ChangeLog

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,20 @@ Release date: TBA
88

99

1010

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

1515

1616

17+
What's New in astroid 2.13.1?
18+
=============================
19+
Release date: 2023-01-08
20+
21+
* Bumping typing_extensions to 4.0.0 that is required when using ``Self``
22+
23+
Closes #1942
24+
1725
What's New in astroid 2.13.0?
1826
=============================
1927
Release date: 2023-01-07

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.14.0-dev0"
5+
__version__ = "2.13.1"
66
version = __version__

script/.contributors_aliases.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"name": "Mark Byrne",
1919
"team": "Maintainers"
2020
},
21+
22+
23+
"name": "James Addison"
24+
},
2125
2226
"mails": ["[email protected]"],
2327
"name": "Adam Hendry"

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

0 commit comments

Comments
 (0)