Skip to content

Commit

Permalink
Start 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PCManticore committed May 14, 2020
1 parent 6c6ffc3 commit 9e424bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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?
===========================

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, 2)
numversion = (2, 5, 3)
dev_version = None

version = ".".join(str(num) for num in numversion)
Expand Down

0 comments on commit 9e424bb

Please sign in to comment.