We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3f0b4 commit 8acab90Copy full SHA for 8acab90
highcharts/version.py
@@ -1,7 +1,7 @@
1
version_info = (
2
"0",
3
- "1",
4
- "2"
+ "2",
+ "0"
5
)
6
7
__version__ = '.'.join(map(str, version_info))
0 commit comments