Skip to content

Commit 72c1897

Browse files
committed
Bumped version number and updated changelog.
1 parent bef4350 commit 72c1897

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

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+
211
Release 1.4.2
312
=========================================
413

highcharts_core/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.4.2'
1+
__version__ = '1.4.3'

0 commit comments

Comments
 (0)