update version string
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
4f135916e3
commit
92c51d9dc0
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
import os
|
import os
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
VERSION = "0.1"
|
VERSION = "0.5"
|
||||||
FILE_DELTA = "delta"
|
FILE_DELTA = "delta"
|
||||||
FILE_COMMENT = "comment"
|
FILE_COMMENT = "comment"
|
||||||
DATEFORMAT = "%Y-%m-%d"
|
DATEFORMAT = "%Y-%m-%d"
|
||||||
|
|
Loading…
Reference in a new issue