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:
192
192
PYTHON_VERSION : " 3_6"
193
193
CIRCLE_ARTIFACTS : /tmp/circleci-artifacts/3_6
194
194
CIRCLE_TEST_REPORTS : /tmp/circleci-test-results/3_6
195
- VERSION : 0.4.5
195
+ VERSION : 0.5.0
196
196
PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
197
197
YARN_STATIC_DIR : notebooker/web/static/
198
198
IMAGE_NAME : mangroup/notebooker
@@ -204,7 +204,7 @@ jobs:
204
204
environment :
205
205
CIRCLE_ARTIFACTS : /tmp/circleci-artifacts/3_7
206
206
CIRCLE_TEST_REPORTS : /tmp/circleci-test-results/3_7
207
- VERSION : 0.4.5
207
+ VERSION : 0.5.0
208
208
PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
209
209
YARN_STATIC_DIR : notebooker/web/static/
210
210
IMAGE_NAME : mangroup/notebooker
@@ -216,7 +216,7 @@ jobs:
216
216
environment :
217
217
CIRCLE_ARTIFACTS : /tmp/circleci-artifacts/3_8
218
218
CIRCLE_TEST_REPORTS : /tmp/circleci-test-results/3_8
219
- VERSION : 0.4.5
219
+ VERSION : 0.5.0
220
220
PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
221
221
YARN_STATIC_DIR : notebooker/web/static/
222
222
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 )
2
2
------------------
3
3
4
4
* Feature: Added support for [ Reveal.js] ( https://revealjs.com/ ) notebook outputs
Original file line number Diff line number Diff line change 23
23
author = "Man Group Quant Tech"
24
24
25
25
# The full version, including alpha/beta/rc tags
26
- release = "0.4.5 "
26
+ release = "0.5.0 "
27
27
28
28
29
29
# -- 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 1
1
{
2
2
"name" : " notebooker" ,
3
- "version" : " 0.4.5 " ,
3
+ "version" : " 0.5.0 " ,
4
4
"description" : " Notebooker - Turn notebooks into reports" ,
5
5
"dependencies" : {
6
6
"bootstrap-table" : " 1.20.2" ,
You can’t perform that action at this time.
0 commit comments