Skip to content

Commit

Permalink
Fix discord server invitation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Apr 24, 2021
1 parent 38ab4ff commit 7db1790
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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?
============================
Expand Down
2 changes: 1 addition & 1 deletion astroid/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7db1790

Please sign in to comment.