We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e96dd commit 294e353Copy full SHA for 294e353
3 files changed
ChangeLog.md
@@ -1,6 +1,6 @@
1
# Gitchart ChangeLog
2
3
-## Version 2.0.0 (under dev)
+## Version 2.0.0 (2021-11-24)
4
5
- Drop Python 2 support, Python 3.6 is now required.
6
- Add option `-S` / `--style` to choose Pygal style, defaults to custom style `gitchart_light`.
gitchart.py
@@ -48,7 +48,7 @@
48
49
import pygal
50
51
-VERSION = '2.0.0-dev'
+VERSION = '2.0.0'
52
53
ISSUES_REGEX_DEFAULT = re.compile(
54
r'(?:close|closes|closed|fix|fixes|fixed|resolve|resolves|resolved)'
setup.py
@@ -28,7 +28,7 @@
28
29
setup(
30
name='gitchart',
31
- version='2.0.0-dev',
+ version='2.0.0',
32
description=DESCRIPTION,
33
long_description=readme,
34
long_description_content_type='text/markdown',
0 commit comments