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 11# Gitchart ChangeLog
22
3- ## Version 2.0.0 (under dev )
3+ ## Version 2.0.0 (2021-11-24 )
44
55- Drop Python 2 support, Python 3.6 is now required.
66- Add option ` -S ` / ` --style ` to choose Pygal style, defaults to custom style ` gitchart_light ` .
Original file line number Diff line number Diff line change 4848
4949import pygal
5050
51- VERSION = '2.0.0-dev '
51+ VERSION = '2.0.0'
5252
5353ISSUES_REGEX_DEFAULT = re .compile (
5454 r'(?:close|closes|closed|fix|fixes|fixed|resolve|resolves|resolved)'
Original file line number Diff line number Diff line change 2828
2929setup (
3030 name = 'gitchart' ,
31- version = '2.0.0-dev ' ,
31+ version = '2.0.0' ,
3232 description = DESCRIPTION ,
3333 long_description = readme ,
3434 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments