Skip to content

Commit ac8aef2

Browse files
tweak version
1 parent 5f039a8 commit ac8aef2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/mplfinance/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version_info = (0, 12, 9, 'beta', 3)
1+
version_info = (0, 12, 9, 'beta', 4)
22

33
_specifier_ = {'alpha': 'a','beta': 'b','candidate': 'rc','final': ''}
44

src/mplfinance/plotting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@ def plot( data, **kwargs ):
708708
if apdict['y_on_right'] is not None:
709709
panels.at[panid,'y_on_right'] = apdict['y_on_right']
710710
aptype = apdict['type']
711+
711712
if aptype == 'ohlc' or aptype == 'candle':
712713
ax = _addplot_collections(panid,panels,apdict,xdates,config)
713714
_addplot_apply_supplements(ax,apdict,xdates)

0 commit comments

Comments
 (0)