Skip to content

Commit

Permalink
Bump astroid to 2.15.7, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Sep 23, 2023
1 parent 1f62beb commit 29b42e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,14 @@
astroid's ChangeLog
===================

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


* Fix a regression in 2.12.0 where settings in AstroidManager would be ignored.
Most notably this addresses pylint-dev/pylint#7433.

Refs #2204

What's New in astroid 2.15.7?
=============================
Release date: TBA
Release date: 2023-09-23

* Fix a crash when inferring a ``typing.TypeVar`` call.

Expand Down Expand Up @@ -42,6 +37,11 @@ Release date: 2023-07-08

Closes pylint-dev/pylint#8748

* Fix a regression in 2.12.0 where settings in AstroidManager would be ignored.
Most notably this addresses pylint-dev/pylint#7433.

Refs #2204


What's New in astroid 2.15.5?
=============================
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:/PyCQA/astroid/blob/main/LICENSE
# Copyright (c) https:/PyCQA/astroid/blob/main/CONTRIBUTORS.txt

__version__ = "2.15.6"
__version__ = "2.15.7"
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:/PyCQA/astroid"

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

0 comments on commit 29b42e5

Please sign in to comment.