diff --git a/.circleci/config.yml b/.circleci/config.yml index e6f43ff6..9b6d92d4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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.0 + VERSION: 0.4.1 PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases YARN_STATIC_DIR: notebooker/web/static/ IMAGE_NAME: mangroup/notebooker @@ -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.0 + VERSION: 0.4.1 PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases YARN_STATIC_DIR: notebooker/web/static/ IMAGE_NAME: mangroup/notebooker diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dfb64d1..e8d1c0b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -0.4.1 (2022-02-??) +0.4.1 (2022-03-09) ------------------ * Improvement: The email "from" address is now fully configurable. diff --git a/docs/conf.py b/docs/conf.py index 5b0b8401..eca73bbe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "Man Group Quant Tech" # The full version, including alpha/beta/rc tags -release = "0.4.0" +release = "0.4.1" # -- General configuration --------------------------------------------------- diff --git a/notebooker/version.py b/notebooker/version.py index 6a9beea8..3d26edf7 100644 --- a/notebooker/version.py +++ b/notebooker/version.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.4.1" diff --git a/notebooker/web/static/package.json b/notebooker/web/static/package.json index 0d5e8f5c..b0cd682c 100644 --- a/notebooker/web/static/package.json +++ b/notebooker/web/static/package.json @@ -1,6 +1,6 @@ { "name": "notebooker", - "version": "0.4.0", + "version": "0.4.1", "description": "Notebooker - Turn notebooks into reports", "dependencies": { "bootstrap-table": "1.15.3",