Skip to content

Commit ea8a6eb

Browse files
nikolaikPierre-Sassoulas
authored andcommitted
Keep __pkginfo__.numversion a tuple
Avoids breaking pylint-django
1 parent 530909c commit ea8a6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717

1818
# Kept for compatibility reason, see https://github.com/PyCQA/pylint/issues/4399
19-
numversion = __version__.split(".")
19+
numversion = tuple(__version__.split("."))

0 commit comments

Comments
 (0)