File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Gitchart ChangeLog
2
2
3
- ## Version 2.0.0 (under dev )
3
+ ## Version 2.0.0 (2021-11-24 )
4
4
5
5
- Drop Python 2 support, Python 3.6 is now required.
6
6
- Add option ` -S ` / ` --style ` to choose Pygal style, defaults to custom style ` gitchart_light ` .
Original file line number Diff line number Diff line change 48
48
49
49
import pygal
50
50
51
- VERSION = '2.0.0-dev '
51
+ VERSION = '2.0.0'
52
52
53
53
ISSUES_REGEX_DEFAULT = re .compile (
54
54
r'(?:close|closes|closed|fix|fixes|fixed|resolve|resolves|resolved)'
Original file line number Diff line number Diff line change 28
28
29
29
setup (
30
30
name = 'gitchart' ,
31
- version = '2.0.0-dev ' ,
31
+ version = '2.0.0' ,
32
32
description = DESCRIPTION ,
33
33
long_description = readme ,
34
34
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments