summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2020-05-05 09:45:38 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2020-05-05 09:45:38 +0200
commitcfa61e9c8525098f51801f5fc101953e41492ef9 (patch)
tree2697973d2df92d0b7fc71b5a35c35b6b54ae71af
parentbe34516a497031f8207dd52e69b4b573eb313db9 (diff)
downloadpylint-git-cfa61e9c8525098f51801f5fc101953e41492ef9.tar.gz
Prepare 2.5.1pylint-2.5.1
-rw-r--r--ChangeLog2
-rw-r--r--pylint/__pkginfo__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c45f2966..3bb3e6b20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ Pylint's ChangeLog
What's New in Pylint 2.5.1?
===========================
-Release date: TBA
+Release date: 2020-05-05
* Fix a crash in `method-hidden` lookup for unknown base classes
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 9cc235a55..acc79b69e 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, 0)
+numversion = (2, 5, 1)
dev_version = None
version = ".".join(str(num) for num in numversion)