Skip to content

Commit edf88c6

Browse files
Bump astroid to 2.15.0, update changelog (#2045)
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
1 parent 47faf97 commit edf88c6

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

CONTRIBUTORS.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Contributors
4141
- Julien Jehannet <julien.jehannet@logilab.fr>
4242
- Calen Pennington <calen.pennington@gmail.com>
4343
- Tushar Sadhwani <86737547+tushar-deepsource@users.noreply.github.com>
44+
- Hugo van Kemenade <hugovk@users.noreply.github.com>
4445
- Tim Martin <tim@asymptotic.co.uk>
4546
- Phil Schaf <flying-sheep@web.de>
46-
- Hugo van Kemenade <hugovk@users.noreply.github.com>
4747
- Alex Hall <alex.mojaki@gmail.com>
4848
- Raphael Gaschignard <raphael@makeleaps.com>
4949
- Radosław Ganczarek <radoslaw@ganczarek.in>
@@ -100,6 +100,8 @@ Contributors
100100
- rr- <rr-@sakuya.pl>
101101
- raylu <lurayl@gmail.com>
102102
- plucury <plucury@gmail.com>
103+
- ostr00000 <ostr00000@gmail.com>
104+
- noah-weingarden <33741795+noah-weingarden@users.noreply.github.com>
103105
- nathannaveen <42319948+nathannaveen@users.noreply.github.com>
104106
- mathieui <mathieui@users.noreply.github.com>
105107
- markmcclain <markmcclain@users.noreply.github.com>
@@ -175,6 +177,7 @@ Contributors
175177
- Batuhan Taskaya <isidentical@gmail.com>
176178
- BasPH <BasPH@users.noreply.github.com>
177179
- Azeem Bande-Ali <A.BandeAli@gmail.com>
180+
- Avram Lubkin <aviso@rockhopper.net>
178181
- Aru Sahni <arusahni@gmail.com>
179182
- Artsiom Kaval <lezeroq@gmail.com>
180183
- Anubhav <35621759+anubh-v@users.noreply.github.com>

ChangeLog

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,26 @@
22
astroid's ChangeLog
33
===================
44

5-
What's New in astroid 2.15.0?
5+
What's New in astroid 2.16.0?
66
=============================
77
Release date: TBA
88

9+
10+
11+
What's New in astroid 2.15.1?
12+
=============================
13+
Release date: TBA
14+
15+
16+
17+
What's New in astroid 2.15.0?
18+
=============================
19+
Release date: 2023-03-06
20+
21+
* astroid now supports ``TryStar`` nodes from python 3.11 and should be fully compatible with python 3.11.
22+
23+
Closes #2028
24+
925
* ``Formattedvalue.postinit`` is now keyword only. This is to allow correct typing of the
1026
``Formattedvalue`` class.
1127

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

0 commit comments

Comments
 (0)