diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-04-24 16:30:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 16:30:34 +0200 |
commit | c91f7f9fc4247b1071c841131caed9a7b4d9c6d4 (patch) | |
tree | 5d79fe31c3cf6414e617769af0fcb20fa71d7a1c /doc | |
parent | cdeae9cd36f08b1c6289ed9eaaa7ada4be04c538 (diff) | |
download | pylint-git-c91f7f9fc4247b1071c841131caed9a7b4d9c6d4.tar.gz |
Update astroid to 2.5.4 (#4392)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/whatsnew/2.8.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/whatsnew/2.8.rst b/doc/whatsnew/2.8.rst index 4f498268e..277bc8226 100644 --- a/doc/whatsnew/2.8.rst +++ b/doc/whatsnew/2.8.rst @@ -40,6 +40,6 @@ Other Changes * The 'doc' extra-require has been removed. ``pylint.version`` is now ``pylint.__version__`` and ``__pkginfo__`` does not contain the package metadata anymore. -* Updated ``astroid`` to 2.5.3 +* Updated ``astroid`` to 2.5.4 * COPYING has been renamed to LICENSE for standardization. |