We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c6c1c commit cc38eb1Copy full SHA for cc38eb1
2 files changed
gitchart.py
@@ -51,7 +51,7 @@
51
52
import pygal
53
54
-VERSION = '1.5-dev'
+VERSION = '1.5'
55
56
ISSUES_REGEX_DEFAULT = re.compile(
57
r'(?:close|closes|closed|fix|fixes|fixed|resolve|resolves|resolved)'
setup.py
@@ -39,7 +39,7 @@
39
40
setup(
41
name='gitchart',
42
- version='1.4-dev',
+ version='1.5',
43
description=DESCRIPTION,
44
long_description=LONG_DESCRIPTION,
45
author='Sébastien Helleu',
0 commit comments