File tree Expand file tree Collapse file tree 5 files changed +8
-11
lines changed Expand file tree Collapse file tree 5 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ jobs:
190190 PYTHON_VERSION : " 3_6"
191191 CIRCLE_ARTIFACTS : /tmp/circleci-artifacts/3_6
192192 CIRCLE_TEST_REPORTS : /tmp/circleci-test-results/3_6
193- VERSION : 0.6.0
193+ VERSION : 0.6.1
194194 PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
195195 YARN_STATIC_DIR : notebooker/web/static/
196196 IMAGE_NAME : mangroup/notebooker
@@ -202,7 +202,7 @@ jobs:
202202 environment :
203203 CIRCLE_ARTIFACTS : /tmp/circleci-artifacts/3_7
204204 CIRCLE_TEST_REPORTS : /tmp/circleci-test-results/3_7
205- VERSION : 0.6.0
205+ VERSION : 0.6.1
206206 PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
207207 YARN_STATIC_DIR : notebooker/web/static/
208208 IMAGE_NAME : mangroup/notebooker
@@ -214,7 +214,7 @@ jobs:
214214 environment :
215215 CIRCLE_ARTIFACTS : /tmp/circleci-artifacts/3_8
216216 CIRCLE_TEST_REPORTS : /tmp/circleci-test-results/3_8
217- VERSION : 0.6.0
217+ VERSION : 0.6.1
218218 PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
219219 YARN_STATIC_DIR : notebooker/web/static/
220220 IMAGE_NAME : mangroup/notebooker
Original file line number Diff line number Diff line change 1- 0.6.2 (2024-xx-xx)
2- ------------------
3- * Bugfix: None will stop appearing at the top of reports with nbconvert>7.0.0
4-
5- 0.6.1 (2023-09-13)
1+ 0.6.1 (2023-02-26)
62------------------
73* Feature: GridFS document storage in Mongo-backed instances is now sharded if the mongo server supports it.
4+ * Bugfix: None will stop appearing at the top of reports with nbconvert>7.0.0
85
960.6.0 (2023-09-01)
107------------------
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.6.0 "
26+ release = "0.6.1 "
2727
2828
2929# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1- __version__ = "0.6.0 "
1+ __version__ = "0.6.1 "
Original file line number Diff line number Diff line change 11{
22 "name" : " notebooker" ,
3- "version" : " 0.6.0 " ,
3+ "version" : " 0.6.1 " ,
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