Skip to content

Commit

Permalink
Merge pull request #122 from highcharts-for-python/develop
Browse files Browse the repository at this point in the history
PR for v.1.4.2
  • Loading branch information
hcpchris authored Oct 26, 2023
2 parents 31ab453 + 9d54918 commit cfbcf5e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
=========================================

Expand Down
2 changes: 1 addition & 1 deletion highcharts_core/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.1'
__version__ = '1.4.2'
8 changes: 4 additions & 4 deletions highcharts_core/module_requirements.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
"stock/indicators/bollinger-bands"
],
"plotOptions.bellcurve": [
"modules/bellcurve"
"modules/histogram-bellcurve"
],
"plotOptions.boxplot": [
"highcharts-more"
Expand Down Expand Up @@ -398,7 +398,7 @@
"modules/heikinashi"
],
"plotOptions.histogram": [
"modules/histogram"
"modules/histogram-bellcurve"
],
"plotOptions.hollowcandlestick": [
"modules/hollowcandlestick"
Expand Down Expand Up @@ -760,7 +760,7 @@
"stock/indicators/bollinger-bands"
],
"series.bellcurve": [
"modules/bellcurve"
"modules/histogram-bellcurve"
],
"series.boxplot": [
"highcharts-more"
Expand Down Expand Up @@ -844,7 +844,7 @@
"modules/heikinashi"
],
"series.histogram": [
"modules/histogram"
"modules/histogram-bellcurve"
],
"series.hollowcandlestick": [
"modules/hollowcandlestick"
Expand Down

0 comments on commit cfbcf5e

Please sign in to comment.