Skip to content

Commit d7549c5

Browse files
authored
Merge pull request #169 from man-group/release-0.6.1
Release 0.6.1
2 parents 92e1c72 + 08115b5 commit d7549c5

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
PYTHON_VERSION: "3_6"
191191
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_6
192192
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_6
193-
VERSION: 0.6.0
193+
VERSION: 0.6.1
194194
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
195195
YARN_STATIC_DIR: notebooker/web/static/
196196
IMAGE_NAME: mangroup/notebooker
@@ -202,7 +202,7 @@ jobs:
202202
environment:
203203
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_7
204204
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_7
205-
VERSION: 0.6.0
205+
VERSION: 0.6.1
206206
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
207207
YARN_STATIC_DIR: notebooker/web/static/
208208
IMAGE_NAME: mangroup/notebooker
@@ -214,7 +214,7 @@ jobs:
214214
environment:
215215
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_8
216216
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_8
217-
VERSION: 0.6.0
217+
VERSION: 0.6.1
218218
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
219219
YARN_STATIC_DIR: notebooker/web/static/
220220
IMAGE_NAME: mangroup/notebooker

CHANGELOG.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
0.6.2 (2024-xx-xx)
2-
------------------
3-
* Bugfix: None will stop appearing at the top of reports with nbconvert>7.0.0
4-
5-
0.6.1 (2023-09-13)
1+
0.6.1 (2023-02-26)
62
------------------
73
* Feature: GridFS document storage in Mongo-backed instances is now sharded if the mongo server supports it.
4+
* Bugfix: None will stop appearing at the top of reports with nbconvert>7.0.0
85

96
0.6.0 (2023-09-01)
107
------------------

docs/conf.py

+1-1
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.6.0"
26+
release = "0.6.1"
2727

2828

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

notebooker/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.0"
1+
__version__ = "0.6.1"

notebooker/web/static/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notebooker",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Notebooker - Turn notebooks into reports",
55
"dependencies": {
66
"bootstrap-table": "1.20.2",

0 commit comments

Comments
 (0)