summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-05-14 19:31:36 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-05-14 19:31:36 +0200
commit8523ba827006d56a770a1f6efa77215718ef26c0 (patch)
treebef56793715cd01114c4855e817efc66f0bea4cc
parent976d50f3efe95f2a038ff28b9d29bccd1ba5ed98 (diff)
downloadastroid-git-maintenance/2.15.x.tar.gz
Bump astroid to 2.15.5, update changelogv2.15.5maintenance/2.15.x
-rw-r--r--ChangeLog8
-rw-r--r--astroid/__pkginfo__.py2
-rw-r--r--tbump.toml2
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0308eda2..f29525cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index edbc6c68..ab8f0f49 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.4"
+__version__ = "2.15.5"
version = __version__
diff --git a/tbump.toml b/tbump.toml
index 0a54b00f..492ff3cf 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -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*)
\.