Skip to content

Commit 3818042

Browse files
update version and re-run notebooks.
1 parent 9e49018 commit 3818042

File tree

8 files changed

+185
-113
lines changed

8 files changed

+185
-113
lines changed

examples/addplot.ipynb

Lines changed: 22 additions & 12 deletions
Large diffs are not rendered by default.

examples/panels.ipynb

Lines changed: 12 additions & 1 deletion
Large diffs are not rendered by default.

examples/price-movement_plots.ipynb

Lines changed: 44 additions & 40 deletions
Large diffs are not rendered by default.

examples/savefig.ipynb

Lines changed: 22 additions & 11 deletions
Large diffs are not rendered by default.

examples/styles.ipynb

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,21 @@
223223
"cell_type": "code",
224224
"execution_count": 4,
225225
"metadata": {},
226-
"outputs": [],
226+
"outputs": [
227+
{
228+
"data": {
229+
"text/plain": [
230+
"'0.12.5a0'"
231+
]
232+
},
233+
"execution_count": 4,
234+
"metadata": {},
235+
"output_type": "execute_result"
236+
}
237+
],
227238
"source": [
228-
"import mplfinance as mpf"
239+
"import mplfinance as mpf\n",
240+
"mpf.__version__"
229241
]
230242
},
231243
{

examples/using_lines.ipynb

Lines changed: 56 additions & 44 deletions
Large diffs are not rendered by default.

examples/widths.ipynb

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,21 @@
266266
"cell_type": "code",
267267
"execution_count": 4,
268268
"metadata": {},
269-
"outputs": [],
269+
"outputs": [
270+
{
271+
"data": {
272+
"text/plain": [
273+
"'0.12.5a0'"
274+
]
275+
},
276+
"execution_count": 4,
277+
"metadata": {},
278+
"output_type": "execute_result"
279+
}
280+
],
270281
"source": [
271-
"import mplfinance as mpf"
282+
"import mplfinance as mpf\n",
283+
"mpf.__version__"
272284
]
273285
},
274286
{

src/mplfinance/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
version_info = (0, 12, 4, 'alpha', 2)
2+
version_info = (0, 12, 5, 'alpha', 0)
33

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

0 commit comments

Comments
 (0)