diff options
| author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-24 15:13:50 +0200 |
|---|---|---|
| committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-24 15:13:50 +0200 |
| commit | 04d2c3ddd9d991d60211d22e8bb7e56caf5befa7 (patch) | |
| tree | bb285e26fd38d8293a463cdb8b73c3c031e409e4 | |
| parent | cd41374c679f0fc6a8778e993eda79caf0f2a6f6 (diff) | |
| download | astroid-git-04d2c3ddd9d991d60211d22e8bb7e56caf5befa7.tar.gz | |
Post 2.5.4 release chores
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | astroid/__pkginfo__.py | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -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? ============================ diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index a5fbf4f0..6ae515b3 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -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: |
