Skip to content

Commit

Permalink
Use an explicit dev prefix otherwise it will generate a post by default
Browse files Browse the repository at this point in the history
  • Loading branch information
PCManticore committed Jan 20, 2019
1 parent 9baa95b commit 12dc8a9
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 @@ -30,7 +30,7 @@
string_version = ".".join(str(num) for num in numversion)

if dev_version:
version = string_version + "-" + dev_version
version = string_version + "-dev" + dev_version
else:
version = string_version

Expand Down

0 comments on commit 12dc8a9

Please sign in to comment.