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 af7e4f8 commit a4c488aCopy full SHA for a4c488a
highcharts/version.py
@@ -1,7 +1,7 @@
1
version_info = (
2
"0",
3
"4",
4
- "1"
+ "2"
5
)
6
7
__version__ = '.'.join(map(str, version_info))
0 commit comments