Skip to content

Commit cfbcf5e

Browse files
authored
Merge pull request #122 from highcharts-for-python/develop
PR for v.1.4.2
2 parents 31ab453 + 9d54918 commit cfbcf5e

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGES.rst

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

2+
Release 1.4.2
3+
=========================================
4+
5+
* **BUGFIX:** Fixed location of the ``histogram.js`` module and ``bellcurve.js`` module to reflect
6+
latest changes in Highcharts (JS).
7+
8+
--------------------
9+
210
Release 1.4.1
311
=========================================
412

highcharts_core/__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.4.2'

highcharts_core/module_requirements.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
"stock/indicators/bollinger-bands"
275275
],
276276
"plotOptions.bellcurve": [
277-
"modules/bellcurve"
277+
"modules/histogram-bellcurve"
278278
],
279279
"plotOptions.boxplot": [
280280
"highcharts-more"
@@ -398,7 +398,7 @@
398398
"modules/heikinashi"
399399
],
400400
"plotOptions.histogram": [
401-
"modules/histogram"
401+
"modules/histogram-bellcurve"
402402
],
403403
"plotOptions.hollowcandlestick": [
404404
"modules/hollowcandlestick"
@@ -760,7 +760,7 @@
760760
"stock/indicators/bollinger-bands"
761761
],
762762
"series.bellcurve": [
763-
"modules/bellcurve"
763+
"modules/histogram-bellcurve"
764764
],
765765
"series.boxplot": [
766766
"highcharts-more"
@@ -844,7 +844,7 @@
844844
"modules/heikinashi"
845845
],
846846
"series.histogram": [
847-
"modules/histogram"
847+
"modules/histogram-bellcurve"
848848
],
849849
"series.hollowcandlestick": [
850850
"modules/hollowcandlestick"

0 commit comments

Comments
 (0)