From e1b86f11f3ef212dc01444757f9fea7ecb55b77c Mon Sep 17 00:00:00 2001 From: jbannister Date: Mon, 18 Jul 2022 10:09:30 +0100 Subject: [PATCH] Release 0.4.4 --- .circleci/config.yml | 4 ++-- docs/conf.py | 2 +- notebooker/version.py | 2 +- notebooker/web/static/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 67c1cf5..29a9d32 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.3 + VERSION: 0.4.4 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.3 + VERSION: 0.4.4 PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases YARN_STATIC_DIR: notebooker/web/static/ IMAGE_NAME: mangroup/notebooker diff --git a/docs/conf.py b/docs/conf.py index de53e5c..9fb2f5d 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.3" +release = "0.4.4" # -- General configuration --------------------------------------------------- diff --git a/notebooker/version.py b/notebooker/version.py index f6b7e26..cd1ee63 100644 --- a/notebooker/version.py +++ b/notebooker/version.py @@ -1 +1 @@ -__version__ = "0.4.3" +__version__ = "0.4.4" diff --git a/notebooker/web/static/package.json b/notebooker/web/static/package.json index aeb51a1..d131545 100644 --- a/notebooker/web/static/package.json +++ b/notebooker/web/static/package.json @@ -1,6 +1,6 @@ { "name": "notebooker", - "version": "0.4.3", + "version": "0.4.4", "description": "Notebooker - Turn notebooks into reports", "dependencies": { "bootstrap-table": "1.20.2",