Commit 66fdd330 authored by scoder's avatar scoder

Merge pull request #310 from moben/master

don't include buildtime in watermark
parents 30a4e90e 806f598e
......@@ -6,5 +6,4 @@ from .. import __version__ as version
# For generated by string.
import time
watermark = "%s on %s" % (version, time.asctime())
watermark = "%s" % (version)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment