We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ceb0f commit 735c211Copy full SHA for 735c211
2 files changed
ChangeLog.adoc
@@ -4,7 +4,7 @@
4
:lang: en
5
6
7
-== Version 1.4 (under dev)
+== Version 1.4 (2019-07-13)
8
9
* add chart "tickets_author"
10
* add option -m/--no-merges to not count merge commits in git log commands
gitchart.py
@@ -51,7 +51,7 @@
51
52
import pygal
53
54
-VERSION = '1.4-dev'
+VERSION = '1.4'
55
56
ISSUES_REGEX_DEFAULT = re.compile(
57
r'(?:close|closes|closed|fix|fixes|fixed|resolve|resolves|resolved)'
0 commit comments