diff --git a/ChangeLog b/ChangeLog index f106899b55..7f0c801134 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,8 +8,10 @@ Release Date: TBA What's New in astroid 2.5.5? ============================ -Release Date: TBA +Release Date: 2021-04-24 +* Fixes the discord link in the project urls of the package. + Closes PyCQA/pylint#4393 What's New in astroid 2.5.4? ============================ diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 6ae515b3ab..715f757976 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -31,7 +31,7 @@ __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] = 1 +dev_version: Optional[int] = None if dev_version is not None: if alpha_version: diff --git a/setup.cfg b/setup.cfg index 953b8e7ef9..33980d3edf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ classifiers = keywords = static code analysis,python,abstract syntax tree project_urls = Bug tracker = https://github.com/PyCQA/astroid/issues - Discord server = https://discord.gg/kFebW799 + Discord server = https://discord.gg/Egy6P8AMB5 [options] packages = find: