summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-24 15:13:50 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-24 15:13:50 +0200
commit04d2c3ddd9d991d60211d22e8bb7e56caf5befa7 (patch)
treebb285e26fd38d8293a463cdb8b73c3c031e409e4
parentcd41374c679f0fc6a8778e993eda79caf0f2a6f6 (diff)
downloadastroid-git-04d2c3ddd9d991d60211d22e8bb7e56caf5befa7.tar.gz
Post 2.5.4 release chores
-rw-r--r--ChangeLog4
-rw-r--r--astroid/__pkginfo__.py4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c679ef36..f106899b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: