Skip to content

Commit 36dda3f

Browse files
Prepare for astroid 2.5.6
1 parent 2f42e93 commit 36dda3f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ What's New in astroid 2.6.0?
66
============================
77
Release 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+
916
What's New in astroid 2.5.5?
1017
============================
1118
Release Date: 2021-04-24

astroid/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
from 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'
3333
alpha_version: bool = False # Release will be an alpha version if True (ex: '1.2.3a6')
3434
dev_version: Optional[int] = None

0 commit comments

Comments
 (0)