Skip to content

Commit

Permalink
Prepare 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PCManticore committed May 5, 2020
1 parent be34516 commit cfa61e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cfa61e9

Please sign in to comment.