Skip to content

Commit c145505

Browse files
committed
Bumped version number, updated changelog and docs.
1 parent 03c9529 commit c145505

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGES.rst

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

2+
Release 1.5.0
3+
=========================================
4+
5+
* **ENHANCEMENT:** Align the API to **Highcharts (JS) v.11.2** (#127). In particular, this includes:
6+
7+
* Added interpolation support to GeoHeatmap series type.
8+
* Added ``AxisEvents.point_break_out`` property.
9+
* Added ``.node_alignment`` property to ``SankeyOptions`` and ``SankeySeries``.
10+
* Added ``.link_color_mode`` property to ``SankeyOptions`` and ``SankeySeries``.
11+
* Added ``.inactive_other_points`` property to multiple series types.
12+
* Added ``.grouping`` property to Lollipop series type.
13+
* Added ``.low_marker`` property Area Range and Dumbell series types.
14+
* Added ``.show_export_in_progress`` and ``.export_in_progress`` support.
15+
* Added ``.drag`` annotation event support.
16+
17+
* **BUGFIX:** Fixed missing ``.levels`` support in ``TreegraphOptions`` and ``TreegraphSeries``.
18+
19+
-----------------------
20+
221
Release 1.4.1
322
=========================================
423

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ JavaScript data visualization library.
1616
* The **Highcharts Export Server** - enabling the programmatic creation of static
1717
(downloadable) data visualizations
1818

19-
The library supports Highcharts (JS) v.10.2 and higher, including Highcharts (JS) v.11.1.0.
19+
The library supports Highcharts (JS) v.10.2 and higher, including Highcharts (JS) v.11.2.0.
2020

2121
**Highcharts Maps for Python** is fully integrated with the broader Python ecosystem,
2222
offerin gnative integrations with:

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Highcharts Maps for Python
3737

3838
.. sidebar:: Version Compatibility
3939

40-
**Latest Highcharts (JS) version supported:** v.11.1.0
40+
**Latest Highcharts (JS) version supported:** v.11.2.0
4141

4242
**Highcharts Maps for Python** is designed to be compatible with:
4343

highcharts_maps/__version__.py

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

0 commit comments

Comments
 (0)