We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25223a9 commit 6c6ffc3Copy full SHA for 6c6ffc3
ChangeLog
@@ -5,7 +5,7 @@ Pylint's ChangeLog
5
What's New in Pylint 2.5.2?
6
===========================
7
8
-Release date: TBA
+Release date: 2020-05-05
9
10
* ``pylint.Run`` accepts ``do_exit`` as a deprecated parameter
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, 1)
+numversion = (2, 5, 2)
32
dev_version = None
33
34
version = ".".join(str(num) for num in numversion)
0 commit comments