We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f42e93 commit 36dda3fCopy full SHA for 36dda3f
ChangeLog
@@ -6,6 +6,13 @@ What's New in astroid 2.6.0?
6
============================
7
Release Date: TBA
8
9
+What's New in astroid 2.5.6?
10
+============================
11
+Release Date: 2021-04-25
12
+
13
+* Fix retro-compatibility issues with old version of pylint
14
+ Closes PyCQA/pylint#4402
15
16
What's New in astroid 2.5.5?
17
18
Release Date: 2021-04-24
astroid/__pkginfo__.py
@@ -28,7 +28,7 @@
28
29
from typing import Optional
30
31
-__version__ = "2.5.5"
+__version__ = "2.5.6"
32
# For an official release, use 'alpha_version = False' and 'dev_version = None'
33
alpha_version: bool = False # Release will be an alpha version if True (ex: '1.2.3a6')
34
dev_version: Optional[int] = None
0 commit comments