Skip to content

Commit 294e353

Browse files
committed
Version 2.0.0
1 parent 37e96dd commit 294e353

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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`.

gitchart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
import pygal
5050

51-
VERSION = '2.0.0-dev'
51+
VERSION = '2.0.0'
5252

5353
ISSUES_REGEX_DEFAULT = re.compile(
5454
r'(?:close|closes|closed|fix|fixes|fixed|resolve|resolves|resolved)'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
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',

0 commit comments

Comments
 (0)