Skip to content

Commit

Permalink
Prepare for astroid 2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Apr 25, 2021
1 parent 2f42e93 commit 36dda3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Expand Up @@ -6,6 +6,13 @@ What's New in astroid 2.6.0?
============================
Release Date: TBA

What's New in astroid 2.5.6?
============================
Release Date: 2021-04-25

* Fix retro-compatibility issues with old version of pylint
Closes PyCQA/pylint#4402

What's New in astroid 2.5.5?
============================
Release Date: 2021-04-24
Expand Down
2 changes: 1 addition & 1 deletion astroid/__pkginfo__.py
Expand Up @@ -28,7 +28,7 @@

from typing import Optional

__version__ = "2.5.5"
__version__ = "2.5.6"
# For an official release, use 'alpha_version = False' and 'dev_version = None'
alpha_version: bool = False # Release will be an alpha version if True (ex: '1.2.3a6')
dev_version: Optional[int] = None
Expand Down

0 comments on commit 36dda3f

Please sign in to comment.