Commit 806f598e authored by Benedikt Morbach's avatar Benedikt Morbach

don't include buildtime in watermark

parent 5b7aaa54
...@@ -6,5 +6,4 @@ from .. import __version__ as version ...@@ -6,5 +6,4 @@ from .. import __version__ as version
# For generated by string. # For generated by string.
import time watermark = "%s" % (version)
watermark = "%s on %s" % (version, time.asctime())
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