Release 1.1.
This commit is contained in:
parent
0b012a47f9
commit
31fa41009d
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ Changelog
|
||||||
* Changes are always commented with their author in (braces)
|
* Changes are always commented with their author in (braces)
|
||||||
* Exception: No braces means author == Nico Schottelius
|
* Exception: No braces means author == Nico Schottelius
|
||||||
|
|
||||||
Next:
|
1.1: 2017-02-16
|
||||||
* Ignore non matching patterns for report command (Darko Poljak)
|
* Ignore non matching patterns for report command (Darko Poljak)
|
||||||
* Added -s, --summary option (Darko Poljak)
|
* Added -s, --summary option (Darko Poljak)
|
||||||
* No args error (Darko Poljak)
|
* No args error (Darko Poljak)
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
import os
|
import os
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
VERSION = "0.9"
|
VERSION = "1.1"
|
||||||
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