Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]>
- Calen Pennington <[email protected]>
- Tushar Sadhwani <[email protected]>
- Hugo van Kemenade <[email protected]>
- Tim Martin <[email protected]>
- Phil Schaf <[email protected]>
- Hugo van Kemenade <[email protected]>
- Alex Hall <[email protected]>
- Raphael Gaschignard <[email protected]>
- Radosław Ganczarek <[email protected]>
Expand Down Expand Up @@ -100,6 +100,8 @@ Contributors
- rr- <[email protected]>
- raylu <[email protected]>
- plucury <[email protected]>
- ostr00000 <[email protected]>
- noah-weingarden <[email protected]>
- nathannaveen <[email protected]>
- mathieui <[email protected]>
- markmcclain <[email protected]>
Expand Down Expand Up @@ -175,6 +177,7 @@ Contributors
- Batuhan Taskaya <[email protected]>
- BasPH <[email protected]>
- Azeem Bande-Ali <[email protected]>
- Avram Lubkin <[email protected]>
- Aru Sahni <[email protected]>
- Artsiom Kaval <[email protected]>
- Anubhav <[email protected]>
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