Skip to content

Commit

Permalink
Merge pull request #117 from man-group/release-0.4.5
Browse files Browse the repository at this point in the history
Release v0.4.5
  • Loading branch information
jonbannister authored Sep 29, 2022
2 parents 56f55f2 + 3fa6d27 commit 1f4e0c8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
PYTHON_VERSION: "3_6"
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_6
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_6
VERSION: 0.4.4
VERSION: 0.4.5
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
YARN_STATIC_DIR: notebooker/web/static/
IMAGE_NAME: mangroup/notebooker
Expand All @@ -189,7 +189,7 @@ jobs:
environment:
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_7
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_7
VERSION: 0.4.4
VERSION: 0.4.5
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
YARN_STATIC_DIR: notebooker/web/static/
IMAGE_NAME: mangroup/notebooker
Expand Down
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
0.4.5 (2022-09-28)
0.4.5 (2022-09-29)
------------------

* Bugfix: The scheduler now follows UNIX conventions for day-of-week specifications.
* Bugfix: The frontend should now show the correct "time since" for non-UTC timezones
* Bugfix: The scheduler now follows UNIX conventions for day-of-week specifications. (#72)
* Bugfix: Use Collection.count_documents() for mongo compat
* Improvement: The raw_results will now also display in full screen
* Improvement: Improve setup.cfg for better wheel building
* Improvement: Pin Werkzeug<2.2 since it causes RuntimeErrors
* Improvement: Fix docs regarding setup + yarn bundling

0.4.4 (2022-07-18)
------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Man Group Quant Tech"

# The full version, including alpha/beta/rc tags
release = "0.4.4"
release = "0.4.5"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion notebooker/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.4"
__version__ = "0.4.5"
2 changes: 1 addition & 1 deletion notebooker/web/static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notebooker",
"version": "0.4.4",
"version": "0.4.5",
"description": "Notebooker - Turn notebooks into reports",
"dependencies": {
"bootstrap-table": "1.20.2",
Expand Down

0 comments on commit 1f4e0c8

Please sign in to comment.