summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-04-24 10:51:12 +0200
committerGitHub <noreply@github.com>2023-04-24 10:51:12 +0200
commit420a59a7da81828e982fabfd34e1533ffddf6400 (patch)
tree65ca862b48e68082dd10ce13df79e23b6169d988
parent73482936a4eabeb3e51425f3b5c56d1d9e0a9bb9 (diff)
downloadastroid-git-420a59a7da81828e982fabfd34e1533ffddf6400.tar.gz
Bump astroid to 2.15.4, update changelog (#2144)v2.15.4
-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 1bb82999..993426bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,10 +8,16 @@ Release date: TBA
-What's New in astroid 2.15.4?
+What's New in astroid 2.15.5?
=============================
Release date: TBA
+
+
+What's New in astroid 2.15.4?
+=============================
+Release date: 2023-04-24
+
* Add visitor function for ``TryStar`` to ``AsStringVisitor`` and
add ``TryStar`` to ``astroid.nodes.ALL_NODE_CLASSES``.
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index bf97b0b0..edbc6c68 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.3"
+__version__ = "2.15.4"
version = __version__
diff --git a/tbump.toml b/tbump.toml
index 1062efc5..0a54b00f 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"
[version]
-current = "2.15.3"
+current = "2.15.4"
regex = '''
^(?P<major>0|[1-9]\d*)
\.