Skip to content

Commit

Permalink
Post 2.5.4 release chores
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Apr 24, 2021
1 parent cd41374 commit 04d2c3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ What's New in astroid 2.6.0?
============================
Release Date: TBA

What's New in astroid 2.5.5?
============================
Release Date: TBA


What's New in astroid 2.5.4?
============================
Expand Down
4 changes: 2 additions & 2 deletions astroid/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@

from typing import Optional

__version__ = "2.5.4"
__version__ = "2.5.5"
# 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
dev_version: Optional[int] = 1

if dev_version is not None:
if alpha_version:
Expand Down

0 comments on commit 04d2c3d

Please sign in to comment.