summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-16 08:26:35 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-16 10:27:17 +0100
commitbebad9ce89f6f2dc378e610be93b13601c220e00 (patch)
tree6ee15099806c245335e86d380a747e275b7d4f21
parentc1d58e721e7ddb55afcc4f00abbc20fe89732a01 (diff)
downloadpylint-git-2.6.tar.gz
Upgrade version and changelog before releasepylint-2.6.22.6
-rw-r--r--ChangeLog8
-rw-r--r--pylint/__pkginfo__.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e314566c..4a2dda478 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
Pylint's ChangeLog
------------------
+What's New in Pylint 2.6.1?
+===========================
+
+* Astroid version has been set as < 2.5
+
+ Close #4093
+
+
What's New in Pylint 2.6.0?
===========================
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index a61b0cd25..609b0ceee 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -32,7 +32,7 @@
from os.path import join
# For an official release, use dev_version = None
-numversion = (2, 6, 0)
+numversion = (2, 6, 2)
dev_version = None
version = ".".join(str(num) for num in numversion)