File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177
177
PYTHON_VERSION : " 3_6"
178
178
CIRCLE_ARTIFACTS : /tmp/circleci-artifacts/3_6
179
179
CIRCLE_TEST_REPORTS : /tmp/circleci-test-results/3_6
180
- VERSION : 0.4.4
180
+ VERSION : 0.4.5
181
181
PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
182
182
YARN_STATIC_DIR : notebooker/web/static/
183
183
IMAGE_NAME : mangroup/notebooker
@@ -189,7 +189,7 @@ jobs:
189
189
environment :
190
190
CIRCLE_ARTIFACTS : /tmp/circleci-artifacts/3_7
191
191
CIRCLE_TEST_REPORTS : /tmp/circleci-test-results/3_7
192
- VERSION : 0.4.4
192
+ VERSION : 0.4.5
193
193
PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
194
194
YARN_STATIC_DIR : notebooker/web/static/
195
195
IMAGE_NAME : mangroup/notebooker
Original file line number Diff line number Diff line change 1
- 0.4.5 (2022-09-28 )
1
+ 0.4.5 (2022-09-29 )
2
2
------------------
3
3
4
- * Bugfix: The scheduler now follows UNIX conventions for day-of-week specifications.
4
+ * Bugfix: The frontend should now show the correct "time since" for non-UTC timezones
5
+ * Bugfix: The scheduler now follows UNIX conventions for day-of-week specifications. (#72 )
6
+ * Bugfix: Use Collection.count_documents() for mongo compat
7
+ * Improvement: The raw_results will now also display in full screen
8
+ * Improvement: Improve setup.cfg for better wheel building
9
+ * Improvement: Pin Werkzeug<2.2 since it causes RuntimeErrors
10
+ * Improvement: Fix docs regarding setup + yarn bundling
5
11
6
12
0.4.4 (2022-07-18)
7
13
------------------
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.4.4 "
26
+ release = "0.4.5 "
27
27
28
28
29
29
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
- __version__ = "0.4.4 "
1
+ __version__ = "0.4.5 "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " notebooker" ,
3
- "version" : " 0.4.4 " ,
3
+ "version" : " 0.4.5 " ,
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