We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1306d commit 89e3e2dCopy full SHA for 89e3e2d
2 files changed
ChangeLog.adoc
@@ -4,7 +4,7 @@
4
:lang: en
5
6
7
-== Version 1.3 (under dev)
+== Version 1.3 (2016-08-13)
8
9
* fix check of javascript command line argument (issue #3)
10
* add argument --all for git log commands
gitchart.py
@@ -49,7 +49,7 @@
49
50
import pygal
51
52
-VERSION = '1.3-dev'
+VERSION = '1.3'
53
54
55
# pylint: disable=too-few-public-methods,too-many-instance-attributes
0 commit comments