We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a672051 commit 27ebf13Copy full SHA for 27ebf13
ChangeLog
@@ -2,6 +2,11 @@
2
astroid's ChangeLog
3
===================
4
5
+What's New in astroid 2.4.2?
6
+============================
7
+Release Date: TBA
8
+
9
10
What's New in astroid 2.4.1?
11
============================
12
Release Date: 2020-05-05
astroid/__pkginfo__.py
@@ -21,7 +21,7 @@
21
22
"""astroid packaging information"""
23
24
-version = "2.4.1"
+version = "2.4.2"
25
numversion = tuple(int(elem) for elem in version.split(".") if elem.isdigit())
26
27
extras_require = {}
0 commit comments