summaryrefslogtreecommitdiff
path: root/astroid
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-06 00:01:42 +0100
committerGitHub <noreply@github.com>2023-03-06 00:01:42 +0100
commitedf88c65d794acb5582e1d27589be9fa73b00424 (patch)
treec2993ece73aaab4d454cf1d3b41183cfd8112ac3 /astroid
parent47faf97318731eeaa0fc8b77e63a1df2b1e0fe3a (diff)
downloadastroid-git-edf88c65d794acb5582e1d27589be9fa73b00424.tar.gz
Bump astroid to 2.15.0, update changelog (#2045)v2.15.0
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Diffstat (limited to 'astroid')
-rw-r--r--astroid/__pkginfo__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index 9cd8bfeb..3f1d1a29 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.0-dev0"
+__version__ = "2.15.0"
version = __version__