Skip to content

Commit

Permalink
Bump astroid to 2.15.0, update changelog (#2045)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
  • Loading branch information
Pierre-Sassoulas and jacobtylerwalls committed Mar 5, 2023
1 parent 47faf97 commit edf88c6
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Contributors
- Julien Jehannet <julien.jehannet@logilab.fr>
- Calen Pennington <calen.pennington@gmail.com>
- Tushar Sadhwani <86737547+tushar-deepsource@users.noreply.github.com>
- Hugo van Kemenade <hugovk@users.noreply.github.com>
- Tim Martin <tim@asymptotic.co.uk>
- Phil Schaf <flying-sheep@web.de>
- Hugo van Kemenade <hugovk@users.noreply.github.com>
- Alex Hall <alex.mojaki@gmail.com>
- Raphael Gaschignard <raphael@makeleaps.com>
- Radosław Ganczarek <radoslaw@ganczarek.in>
Expand Down Expand Up @@ -100,6 +100,8 @@ Contributors
- rr- <rr-@sakuya.pl>
- raylu <lurayl@gmail.com>
- plucury <plucury@gmail.com>
- ostr00000 <ostr00000@gmail.com>
- noah-weingarden <33741795+noah-weingarden@users.noreply.github.com>
- nathannaveen <42319948+nathannaveen@users.noreply.github.com>
- mathieui <mathieui@users.noreply.github.com>
- markmcclain <markmcclain@users.noreply.github.com>
Expand Down Expand Up @@ -175,6 +177,7 @@ Contributors
- Batuhan Taskaya <isidentical@gmail.com>
- BasPH <BasPH@users.noreply.github.com>
- Azeem Bande-Ali <A.BandeAli@gmail.com>
- Avram Lubkin <aviso@rockhopper.net>
- Aru Sahni <arusahni@gmail.com>
- Artsiom Kaval <lezeroq@gmail.com>
- Anubhav <35621759+anubh-v@users.noreply.github.com>
Expand Down
18 changes: 17 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,26 @@
astroid's ChangeLog
===================

What's New in astroid 2.15.0?
What's New in astroid 2.16.0?
=============================
Release date: TBA



What's New in astroid 2.15.1?
=============================
Release date: TBA



What's New in astroid 2.15.0?
=============================
Release date: 2023-03-06

* astroid now supports ``TryStar`` nodes from python 3.11 and should be fully compatible with python 3.11.

Closes #2028

* ``Formattedvalue.postinit`` is now keyword only. This is to allow correct typing of the
``Formattedvalue`` class.

Expand Down
2 changes: 1 addition & 1 deletion astroid/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
# Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt

__version__ = "2.15.0-dev0"
__version__ = "2.15.0"
version = __version__
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"

[version]
current = "2.15.0-dev0"
current = "2.15.0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down

0 comments on commit edf88c6

Please sign in to comment.