Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Nov 24, 2021
1 parent 37e96dd commit 294e353
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gitchart ChangeLog

## Version 2.0.0 (under dev)
## Version 2.0.0 (2021-11-24)

- Drop Python 2 support, Python 3.6 is now required.
- Add option `-S` / `--style` to choose Pygal style, defaults to custom style `gitchart_light`.
Expand Down
2 changes: 1 addition & 1 deletion gitchart.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

import pygal

VERSION = '2.0.0-dev'
VERSION = '2.0.0'

ISSUES_REGEX_DEFAULT = re.compile(
r'(?:close|closes|closed|fix|fixes|fixed|resolve|resolves|resolved)'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='gitchart',
version='2.0.0-dev',
version='2.0.0',
description=DESCRIPTION,
long_description=readme,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 294e353

Please sign in to comment.