Skip to content

Commit d921f82

Browse files
committed
Bumped version number and updated changelog.
1 parent d14ac8d commit d921f82

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

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

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+
212
Release 1.7.2
313
=========================================
414

highcharts_core/__version__.py

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

0 commit comments

Comments
 (0)