From 420a59a7da81828e982fabfd34e1533ffddf6400 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 24 Apr 2023 10:51:12 +0200 Subject: Bump astroid to 2.15.4, update changelog (#2144) --- astroid/__pkginfo__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astroid') 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__ -- cgit v1.2.1