File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177 PYTHON_VERSION : " 3_6"
178178 CIRCLE_ARTIFACTS : /tmp/circleci-artifacts/3_6
179179 CIRCLE_TEST_REPORTS : /tmp/circleci-test-results/3_6
180- VERSION : 0.3.2
180+ VERSION : 0.4.0
181181 PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
182182 YARN_STATIC_DIR : notebooker/web/static/
183183 IMAGE_NAME : mangroup/notebooker
@@ -189,7 +189,7 @@ jobs:
189189 environment :
190190 CIRCLE_ARTIFACTS : /tmp/circleci-artifacts/3_7
191191 CIRCLE_TEST_REPORTS : /tmp/circleci-test-results/3_7
192- VERSION : 0.3.2
192+ VERSION : 0.4.0
193193 PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
194194 YARN_STATIC_DIR : notebooker/web/static/
195195 IMAGE_NAME : mangroup/notebooker
Original file line number Diff line number Diff line change 1+ 0.4.0 (2021-12-17)
2+ ------------------
3+
4+ * Improvement: The index page has been overhauled to be a lot more user-friendly, divided up by notebook template name.
5+
160.3.2 (2021-11-10)
27------------------
38
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.3.2 "
26+ release = "0.4.0 "
2727
2828
2929# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1- __version__ = "0.3.2 "
1+ __version__ = "0.4.0 "
Original file line number Diff line number Diff line change 11{
22 "name" : " notebooker" ,
3- "version" : " 0.3.2 " ,
3+ "version" : " 0.4.0 " ,
44 "description" : " Notebooker - Turn notebooks into reports" ,
55 "dependencies" : {
66 "bootstrap-table" : " 1.15.3" ,
You can’t perform that action at this time.
0 commit comments