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 d14ac8d commit d921f82Copy full SHA for d921f82
CHANGES.rst
@@ -1,4 +1,14 @@
1
2
+Release 1.7.3
3
+=========================================
4
+
5
+* **BUGFIX:** Fixed handling of boolean values in ``GenericTypeOptions.animation`` property.
6
+* **BUGFIX:** Fixed incorrect serialization of format strings that begin with ``{`` and end with ``}``.
7
+ In particular, now added an "escape hatch" if the ``{...}`` string is prefixed with ``$`` to ensure
8
+ proper serialization.
9
10
+--------------------
11
12
Release 1.7.2
13
=========================================
14
highcharts_core/__version__.py
@@ -1 +1 @@
-__version__ = '1.7.2'
+__version__ = '1.7.3'
0 commit comments