From da51e0d03f62ca1a15ebf3f3cd88c3130603c155 Mon Sep 17 00:00:00 2001 From: Chris Modzelewski Date: Thu, 26 Oct 2023 19:15:38 -0400 Subject: [PATCH 1/3] Updated histogram and bellcurve module locations. --- highcharts_core/module_requirements.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/highcharts_core/module_requirements.json b/highcharts_core/module_requirements.json index 384b488d..e4829a20 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" From cdbfc9271d17c86a02248194aba8e668fd55b56a Mon Sep 17 00:00:00 2001 From: Chris Modzelewski Date: Thu, 26 Oct 2023 19:22:32 -0400 Subject: [PATCH 2/3] Bumped version number and changelog. --- CHANGES.rst | 8 ++++++++ highcharts_core/__version__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 28a31cae..6ef63a41 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,12 @@ +Release 1.4.1 +========================================= + +* **BUGFIX:** Fixed location of the ``histogram.js`` module and ``bellcurve.js`` module to reflect + latest changes in Highcharts (JS). + +-------------------- + Release 1.4.0 ========================================= diff --git a/highcharts_core/__version__.py b/highcharts_core/__version__.py index bdbb22b7..27837013 100644 --- a/highcharts_core/__version__.py +++ b/highcharts_core/__version__.py @@ -1 +1 @@ -__version__ = '1.4.0' \ No newline at end of file +__version__ = '1.4.1' \ No newline at end of file From 89c4ece5daa20e25ba1be205d1c406ec571c8e97 Mon Sep 17 00:00:00 2001 From: Chris Modzelewski Date: Thu, 26 Oct 2023 19:28:56 -0400 Subject: [PATCH 3/3] Bumped version number. --- highcharts_core/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highcharts_core/__version__.py b/highcharts_core/__version__.py index 27837013..4b5bf2c5 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