summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2020-06-08 08:56:05 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2020-06-08 08:56:05 +0200
commit9cdd479cafe095270f4df8f2575ed304c85d0eca (patch)
tree77e77376d3e06f163ea8820afcc1fa7f439f9d02
parent52ff3b53c27c75684d4aee055a873ae00360639c (diff)
downloadpylint-git-9cdd479cafe095270f4df8f2575ed304c85d0eca.tar.gz
Start working on 2.5.4
-rw-r--r--ChangeLog6
-rw-r--r--pylint/__pkginfo__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 62391aad8..0db4e9bb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
Pylint's ChangeLog
------------------
+What's New in Pylint 2.5.4?
+===========================
+
+Release date: TBA
+
+
What's New in Pylint 2.5.3?
===========================
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index c6e2439b2..374d61772 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -28,7 +28,7 @@
from os.path import join
# For an official release, use dev_version = None
-numversion = (2, 5, 3)
+numversion = (2, 5, 4)
dev_version = None
version = ".".join(str(num) for num in numversion)