Skip to content

Commit

Permalink
Bump master to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PCManticore committed Sep 26, 2019
1 parent d8fae01 commit fde732e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from os.path import join

# For an official release, use dev_version = None
numversion = (2, 4, 1)
numversion = (2, 4, 2)
dev_version = None

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

0 comments on commit fde732e

Please sign in to comment.