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 fbb8093 commit af7b56cCopy full SHA for af7b56c
CHANGES.rst
@@ -1,4 +1,14 @@
1
2
+Release 1.7.1
3
+=========================================
4
+
5
+* **BUGFIX:** Fixed the use of an improper constructor when exporting Map charts.
6
+* **ENHANCEMENT:** Bumped requirement to use latest version of Highcharts Core for Python, which
7
+ also fixes an export-related serialization error.
8
+* **ENHANCEMENT:** Bumped ``requests`` version number for security patch.
9
10
+--------------------
11
12
Release 1.7.0
13
=========================================
14
highcharts_maps/__version__.py
@@ -1 +1 @@
-__version__ = '1.7.0'
+__version__ = '1.7.1'
0 commit comments