diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | astroid/__pkginfo__.py | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -7,6 +7,11 @@ What's New in astroid 2.6.0? Release Date: TBA +What's New in astroid 2.5.3? +============================ +Release Date: TBA + + What's New in astroid 2.5.2? ============================ Release Date: 2021-03-28 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 2736d17b..df51599b 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -27,8 +27,8 @@ """astroid packaging information""" # For an official release, use dev_version = None -numversion = (2, 5, 2) -dev_version = None +numversion = (2, 5, 3) +dev_version = "0" version = ".".join(str(num) for num in numversion) if dev_version is not None: |