From 8d470f3a691a9dbd756905699775308896a00e2c Mon Sep 17 00:00:00 2001 From: jbannister Date: Fri, 17 Dec 2021 10:09:07 +0000 Subject: [PATCH] Bump to 0.4.0 --- .circleci/config.yml | 4 ++-- CHANGELOG.md | 5 +++++ docs/conf.py | 2 +- notebooker/version.py | 2 +- notebooker/web/static/package.json | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1a471b7f..e6f43ff6 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.3.2 + VERSION: 0.4.0 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.3.2 + VERSION: 0.4.0 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 5a5fd7ea..69651497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.4.0 (2021-12-17) +------------------ + +* Improvement: The index page has been overhauled to be a lot more user-friendly, divided up by notebook template name. + 0.3.2 (2021-11-10) ------------------ diff --git a/docs/conf.py b/docs/conf.py index f8fe958c..5b0b8401 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.3.2" +release = "0.4.0" # -- General configuration --------------------------------------------------- diff --git a/notebooker/version.py b/notebooker/version.py index f9aa3e11..6a9beea8 100644 --- a/notebooker/version.py +++ b/notebooker/version.py @@ -1 +1 @@ -__version__ = "0.3.2" +__version__ = "0.4.0" diff --git a/notebooker/web/static/package.json b/notebooker/web/static/package.json index 3aff44e7..0d5e8f5c 100644 --- a/notebooker/web/static/package.json +++ b/notebooker/web/static/package.json @@ -1,6 +1,6 @@ { "name": "notebooker", - "version": "0.3.2", + "version": "0.4.0", "description": "Notebooker - Turn notebooks into reports", "dependencies": { "bootstrap-table": "1.15.3",