diff --git a/CHANGES.rst b/CHANGES.rst index eade65b..ad81651 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,12 @@ +Release 1.4.2 +========================================= + +* **BUGFIX:** Fixed location of the ``histogram.js`` module and ``bellcurve.js`` module to reflect + latest changes in Highcharts (JS). + +-------------------- + Release 1.4.1 ========================================= diff --git a/highcharts_core/__version__.py b/highcharts_core/__version__.py index 2783701..4b5bf2c 100644 --- a/highcharts_core/__version__.py +++ b/highcharts_core/__version__.py @@ -1 +1 @@ -__version__ = '1.4.1' \ No newline at end of file +__version__ = '1.4.2' \ No newline at end of file diff --git a/highcharts_core/module_requirements.json b/highcharts_core/module_requirements.json index 384b488..e4829a2 100644 --- a/highcharts_core/module_requirements.json +++ b/highcharts_core/module_requirements.json @@ -274,7 +274,7 @@ "stock/indicators/bollinger-bands" ], "plotOptions.bellcurve": [ - "modules/bellcurve" + "modules/histogram-bellcurve" ], "plotOptions.boxplot": [ "highcharts-more" @@ -398,7 +398,7 @@ "modules/heikinashi" ], "plotOptions.histogram": [ - "modules/histogram" + "modules/histogram-bellcurve" ], "plotOptions.hollowcandlestick": [ "modules/hollowcandlestick" @@ -760,7 +760,7 @@ "stock/indicators/bollinger-bands" ], "series.bellcurve": [ - "modules/bellcurve" + "modules/histogram-bellcurve" ], "series.boxplot": [ "highcharts-more" @@ -844,7 +844,7 @@ "modules/heikinashi" ], "series.histogram": [ - "modules/histogram" + "modules/histogram-bellcurve" ], "series.hollowcandlestick": [ "modules/hollowcandlestick"