Skip to content

Commit bf4f2cd

Browse files
authored
Merge pull request #210 from highcharts-for-python/develop
PR for v.1.10.2
2 parents 95874cf + 8a036c5 commit bf4f2cd

File tree

6 files changed

+1462
-1277
lines changed

6 files changed

+1462
-1277
lines changed

CHANGES.rst

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

2+
Release 1.10.2
3+
=========================================
4+
5+
* **BUGFIX:** Fixed type coercion for `plot_options.series.data_labels` to allow for series type-specific
6+
label label classes. Closes #209.
7+
* **BUGFIX:** Modified the default `Referer` and `User-Agent` strings for use when exporting charts.
8+
* **DOCS:** Added some additional documentation around the `User-Agent` and `Referer` support for use when
9+
exporting charts.
10+
* **ENHANCEMENT:** Some minor refactoring.
11+
12+
----
13+
214
Release 1.10.1
315
=========================================
416

highcharts_core/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.10.1'
1+
__version__ = "1.10.2"

0 commit comments

Comments
 (0)