Skip to content

Commit

Permalink
Bump astroid to 2.15.5, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed May 14, 2023
1 parent 976d50f commit 8523ba8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ Release date: TBA



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



What's New in astroid 2.15.5?
=============================
Release date: 2023-05-14

* Handle ``objects.Super`` in ``helpers.object_type()``.

Refs pylint-dev/pylint#8554
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.4"
__version__ = "2.15.5"
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.4"
current = "2.15.5"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down

0 comments on commit 8523ba8

Please sign in to comment.