Skip to content

Commit 1780aa4

Browse files
committed
Fix chart title
1 parent f1982ac commit 1780aa4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

gitchart.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
import sys
4848
import traceback
4949

50-
VERSION = '0.6'
50+
VERSION = '0.7'
5151

5252

5353
class GitChart:
@@ -83,7 +83,6 @@ def __init__(self, chart_name, title=None, repository='.', output=None,
8383
max_entries=20, in_data=None):
8484
self.chart_name = chart_name
8585
self.title = title if title is not None else self.charts[chart_name]
86-
self.title = None
8786
self.repository = repository
8887
self.output = output
8988
self.max_entries = max_entries

0 commit comments

Comments
 (0)