summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2020-05-14 08:29:01 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2020-05-14 08:29:01 +0200
commit9e424bb70f3bbb29f0ef9675024da26e541dca84 (patch)
treebbf38a886d6d1eeae6c14b64f603304895a45937
parent6c6ffc306f9c9614072bcb2c83fefa838bef1102 (diff)
downloadpylint-git-9e424bb70f3bbb29f0ef9675024da26e541dca84.tar.gz
Start 2.5.3
-rw-r--r--ChangeLog6
-rw-r--r--pylint/__pkginfo__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 484b4af04..a0b5c69cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
Pylint's ChangeLog
------------------
+What's New in Pylint 2.5.3?
+===========================
+
+Release date: TBA
+
+
What's New in Pylint 2.5.2?
===========================
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index d4b5096bf..c6e2439b2 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, 2)
+numversion = (2, 5, 3)
dev_version = None
version = ".".join(str(num) for num in numversion)