Skip to content

Commit 1f4e0c8

Browse files
authored
Merge pull request #117 from man-group/release-0.4.5
Release v0.4.5
2 parents 56f55f2 + 3fa6d27 commit 1f4e0c8

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.4.4
180+
VERSION: 0.4.5
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.4.4
192+
VERSION: 0.4.5
193193
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
194194
YARN_STATIC_DIR: notebooker/web/static/
195195
IMAGE_NAME: mangroup/notebooker

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
0.4.5 (2022-09-28)
1+
0.4.5 (2022-09-29)
22
------------------
33

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
511

612
0.4.4 (2022-07-18)
713
------------------

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Man Group Quant Tech"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.4.4"
26+
release = "0.4.5"
2727

2828

2929
# -- General configuration ---------------------------------------------------

notebooker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.4"
1+
__version__ = "0.4.5"

notebooker/web/static/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notebooker",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"description": "Notebooker - Turn notebooks into reports",
55
"dependencies": {
66
"bootstrap-table": "1.20.2",

0 commit comments

Comments
 (0)