File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
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.5.1
195+ VERSION : 0.6.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.5.1
207+ VERSION : 0.6.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.5.1
219+ VERSION : 0.6.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.2 (2023-?? )
1+ 0.6.0 (2023-09-01 )
22------------------
3+ * Feature: Reports are now grouped by their containing folder on the main UI.
34* Feature: Allow configuring error email addresses and email subject via UI.
45* Bugfix: . and .. should now be allowed to be used when specifying the templates directory.
56* Bugfix: corrected cron schedule incorrectly shifting back one day upon save.
6- * Feature: Grouping reports into nested folders
77
880.5.1 (2023-02-22)
99------------------
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.5.1 "
26+ release = "0.6.0 "
2727
2828
2929# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1- __version__ = "0.5.1 "
1+ __version__ = "0.6.0 "
Original file line number Diff line number Diff line change 11{
22 "name" : " notebooker" ,
3- "version" : " 0.5.1 " ,
3+ "version" : " 0.6.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