diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 9aaf1f8..f682f99 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -4,7 +4,7 @@ :lang: en -== Version 1.4 (under dev) +== Version 1.4 (2019-07-13) * add chart "tickets_author" * add option -m/--no-merges to not count merge commits in git log commands diff --git a/gitchart.py b/gitchart.py index 01503fd..cc81e15 100755 --- a/gitchart.py +++ b/gitchart.py @@ -51,7 +51,7 @@ import pygal -VERSION = '1.4-dev' +VERSION = '1.4' ISSUES_REGEX_DEFAULT = re.compile( r'(?:close|closes|closed|fix|fixes|fixed|resolve|resolves|resolved)'