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 bef4350 commit 72c1897Copy full SHA for 72c1897
CHANGES.rst
@@ -1,4 +1,13 @@
1
2
+Release 1.4.3
3
+=========================================
4
+
5
+* **BUGFIX:** Fixed edge case error when deserializing ``ChartOptions`` using ``.from_dict()``
6
+ with a ``dict`` that had been serialized using ``.to_dict()`` which errored on ``.margin``
7
+ and ``.spacing`` (#124).
8
9
+--------------------
10
11
Release 1.4.2
12
=========================================
13
highcharts_core/__version__.py
@@ -1 +1 @@
-__version__ = '1.4.2'
+__version__ = '1.4.3'
0 commit comments