We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be34516 commit cfa61e9Copy full SHA for cfa61e9
ChangeLog
@@ -5,7 +5,7 @@ Pylint's ChangeLog
5
What's New in Pylint 2.5.1?
6
===========================
7
8
-Release date: TBA
+Release date: 2020-05-05
9
10
* Fix a crash in `method-hidden` lookup for unknown base classes
11
pylint/__pkginfo__.py
@@ -28,7 +28,7 @@
28
from os.path import join
29
30
# For an official release, use dev_version = None
31
-numversion = (2, 5, 0)
+numversion = (2, 5, 1)
32
dev_version = None
33
34
version = ".".join(str(num) for num in numversion)
0 commit comments