Skip to content

Commit 5a30377

Browse files
committed
Bumped version number and updated changelog.
1 parent 8e42b21 commit 5a30377

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.5.1
3+
=========================================
4+
5+
* **BUGFIX:** Fixed bug in JS literal serialization that would misinterpret strings that
6+
start with ``{``, end with ``}``, and contain a colon (``:``) as an object literal rather
7+
than as a string. (#130)
8+
9+
--------------------
10+
211
Release 1.5.0
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.5.0'
1+
__version__ = '1.5.1'

0 commit comments

Comments
 (0)