We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6045522 commit de17b1bCopy full SHA for de17b1b
ChangeLog.md
@@ -1,5 +1,9 @@
1
# Gitchart ChangeLog
2
3
+## Version 2.0.2 (under dev)
4
+
5
+- Fix CI.
6
7
## Version 2.0.1 (2021-11-24)
8
9
- Add `gitchart` module.
Makefile
@@ -28,4 +28,4 @@ flake8:
28
flake8 . --count --exit-zero --max-complexity=10 --statistics
29
30
pylint:
31
- pylint gitchart.py
+ pylint gitchart
0 commit comments