File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ What's New in astroid 2.6.0?
6
6
============================
7
7
Release Date: TBA
8
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
+
9
16
What's New in astroid 2.5.5?
10
17
============================
11
18
Release Date: 2021-04-24
Original file line number Diff line number Diff line change 28
28
29
29
from typing import Optional
30
30
31
- __version__ = "2.5.5 "
31
+ __version__ = "2.5.6 "
32
32
# For an official release, use 'alpha_version = False' and 'dev_version = None'
33
33
alpha_version : bool = False # Release will be an alpha version if True (ex: '1.2.3a6')
34
34
dev_version : Optional [int ] = None
You can’t perform that action at this time.
0 commit comments