File tree 5 files changed +8
-11
lines changed
5 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ jobs:
190
190
PYTHON_VERSION : " 3_6"
191
191
CIRCLE_ARTIFACTS : /tmp/circleci-artifacts/3_6
192
192
CIRCLE_TEST_REPORTS : /tmp/circleci-test-results/3_6
193
- VERSION : 0.6.0
193
+ VERSION : 0.6.1
194
194
PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
195
195
YARN_STATIC_DIR : notebooker/web/static/
196
196
IMAGE_NAME : mangroup/notebooker
@@ -202,7 +202,7 @@ jobs:
202
202
environment :
203
203
CIRCLE_ARTIFACTS : /tmp/circleci-artifacts/3_7
204
204
CIRCLE_TEST_REPORTS : /tmp/circleci-test-results/3_7
205
- VERSION : 0.6.0
205
+ VERSION : 0.6.1
206
206
PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
207
207
YARN_STATIC_DIR : notebooker/web/static/
208
208
IMAGE_NAME : mangroup/notebooker
@@ -214,7 +214,7 @@ jobs:
214
214
environment :
215
215
CIRCLE_ARTIFACTS : /tmp/circleci-artifacts/3_8
216
216
CIRCLE_TEST_REPORTS : /tmp/circleci-test-results/3_8
217
- VERSION : 0.6.0
217
+ VERSION : 0.6.1
218
218
PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
219
219
YARN_STATIC_DIR : notebooker/web/static/
220
220
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)
6
2
------------------
7
3
* 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
8
5
9
6
0.6.0 (2023-09-01)
10
7
------------------
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.6.0 "
26
+ release = "0.6.1 "
27
27
28
28
29
29
# -- 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 1
1
{
2
2
"name" : " notebooker" ,
3
- "version" : " 0.6.0 " ,
3
+ "version" : " 0.6.1 " ,
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