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?
66============================
77Release Date: TBA
88
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+
916What's New in astroid 2.5.5?
1017============================
1118Release Date: 2021-04-24
Original file line number Diff line number Diff line change 2828
2929from typing import Optional
3030
31- __version__ = "2.5.5 "
31+ __version__ = "2.5.6 "
3232# For an official release, use 'alpha_version = False' and 'dev_version = None'
3333alpha_version : bool = False # Release will be an alpha version if True (ex: '1.2.3a6')
3434dev_version : Optional [int ] = None
You can’t perform that action at this time.
0 commit comments