We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d58e7 commit bebad9cCopy full SHA for bebad9c
ChangeLog
@@ -2,6 +2,14 @@
2
Pylint's ChangeLog
3
------------------
4
5
+What's New in Pylint 2.6.1?
6
+===========================
7
+
8
+* Astroid version has been set as < 2.5
9
10
+ Close #4093
11
12
13
What's New in Pylint 2.6.0?
14
===========================
15
pylint/__pkginfo__.py
@@ -32,7 +32,7 @@
32
from os.path import join
33
34
# For an official release, use dev_version = None
35
-numversion = (2, 6, 0)
+numversion = (2, 6, 2)
36
dev_version = None
37
38
version = ".".join(str(num) for num in numversion)
0 commit comments