File tree Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164 PYTHON_VERSION : " 3_6"
165165 CIRCLE_ARTIFACTS : /tmp/circleci-artifacts/3_6
166166 CIRCLE_TEST_REPORTS : /tmp/circleci-test-results/3_6
167- VERSION : 0.2.0
167+ VERSION : 0.2.1
168168 PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
169169 YARN_STATIC_DIR : notebooker/web/static/
170170 IMAGE_NAME : mangroup/notebooker
@@ -176,7 +176,7 @@ jobs:
176176 environment :
177177 CIRCLE_ARTIFACTS : /tmp/circleci-artifacts/3_7
178178 CIRCLE_TEST_REPORTS : /tmp/circleci-test-results/3_7
179- VERSION : 0.2.0
179+ VERSION : 0.2.1
180180 PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
181181 YARN_STATIC_DIR : notebooker/web/static/
182182 IMAGE_NAME : mangroup/notebooker
Original file line number Diff line number Diff line change 1- 0.2.1 (????-??-?? )
1+ 0.2.1 (2021-02-11 )
22------------------
3- No changes (yet!)
3+
4+ * Bugfix: ` notebooker_execute ` entrypoint should now work as intended
5+ * Bugfix: Sanity and template regression tests should now work as intended
6+ * Improvement: Specifying a git repo should be a little simpler
47
58
690.2.0 (2020-12-17)
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.2.0 "
26+ release = "0.2.1 "
2727
2828
2929# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1- __version__ = "0.2.0 "
1+ __version__ = "0.2.1 "
Original file line number Diff line number Diff line change 11{
22 "name" : " notebooker" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
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