summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS.txt5
-rw-r--r--ChangeLog18
-rw-r--r--astroid/__pkginfo__.py2
-rw-r--r--tbump.toml2
4 files changed, 23 insertions, 4 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 24a11da1..685f8a0b 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -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>
@@ -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>
@@ -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>
diff --git a/ChangeLog b/ChangeLog
index a0d3fb6a..b0182157 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index 9cd8bfeb..3f1d1a29 100644
--- a/astroid/__pkginfo__.py
+++ b/astroid/__pkginfo__.py
@@ -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__
diff --git a/tbump.toml b/tbump.toml
index f0d1f5d2..0414c3e5 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -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*)
\.