Skip to content

Commit 735c211

Browse files
committed
Version 1.4
1 parent 52ceb0f commit 735c211

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ChangeLog.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:lang: en
55

66

7-
== Version 1.4 (under dev)
7+
== Version 1.4 (2019-07-13)
88

99
* add chart "tickets_author"
1010
* add option -m/--no-merges to not count merge commits in git log commands

gitchart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
import pygal
5353

54-
VERSION = '1.4-dev'
54+
VERSION = '1.4'
5555

5656
ISSUES_REGEX_DEFAULT = re.compile(
5757
r'(?:close|closes|closed|fix|fixes|fixed|resolve|resolves|resolved)'

0 commit comments

Comments
 (0)