File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ jobs:
192192 PYTHON_VERSION : " 3_6"
193193 CIRCLE_ARTIFACTS : /tmp/circleci-artifacts/3_6
194194 CIRCLE_TEST_REPORTS : /tmp/circleci-test-results/3_6
195- VERSION : 0.4.5
195+ VERSION : 0.5.0
196196 PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
197197 YARN_STATIC_DIR : notebooker/web/static/
198198 IMAGE_NAME : mangroup/notebooker
@@ -204,7 +204,7 @@ jobs:
204204 environment :
205205 CIRCLE_ARTIFACTS : /tmp/circleci-artifacts/3_7
206206 CIRCLE_TEST_REPORTS : /tmp/circleci-test-results/3_7
207- VERSION : 0.4.5
207+ VERSION : 0.5.0
208208 PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
209209 YARN_STATIC_DIR : notebooker/web/static/
210210 IMAGE_NAME : mangroup/notebooker
@@ -216,7 +216,7 @@ jobs:
216216 environment :
217217 CIRCLE_ARTIFACTS : /tmp/circleci-artifacts/3_8
218218 CIRCLE_TEST_REPORTS : /tmp/circleci-test-results/3_8
219- VERSION : 0.4.5
219+ VERSION : 0.5.0
220220 PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
221221 YARN_STATIC_DIR : notebooker/web/static/
222222 IMAGE_NAME : mangroup/notebooker
Original file line number Diff line number Diff line change 1- 0.5.0 (2023-??-?? )
1+ 0.5.0 (2023-01-19 )
22------------------
33
44* Feature: Added support for [ Reveal.js] ( https://revealjs.com/ ) notebook outputs
Original file line number Diff line number Diff line change 2323author = "Man Group Quant Tech"
2424
2525# The full version, including alpha/beta/rc tags
26- release = "0.4.5 "
26+ release = "0.5.0 "
2727
2828
2929# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1- __version__ = "0.4.5 "
1+ __version__ = "0.5.0 "
Original file line number Diff line number Diff line change 11{
22 "name" : " notebooker" ,
3- "version" : " 0.4.5 " ,
3+ "version" : " 0.5.0 " ,
44 "description" : " Notebooker - Turn notebooks into reports" ,
55 "dependencies" : {
66 "bootstrap-table" : " 1.20.2" ,
You can’t perform that action at this time.
0 commit comments