Skip to content

Commit 531b3e8

Browse files
authored
Merge pull request #157 from man-group/v0.6.0-release
v0.6.0 release
2 parents 962598d + 76f61c6 commit 531b3e8

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
PYTHON_VERSION: "3_6"
193193
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_6
194194
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_6
195-
VERSION: 0.5.1
195+
VERSION: 0.6.0
196196
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
197197
YARN_STATIC_DIR: notebooker/web/static/
198198
IMAGE_NAME: mangroup/notebooker
@@ -204,7 +204,7 @@ jobs:
204204
environment:
205205
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_7
206206
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_7
207-
VERSION: 0.5.1
207+
VERSION: 0.6.0
208208
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
209209
YARN_STATIC_DIR: notebooker/web/static/
210210
IMAGE_NAME: mangroup/notebooker
@@ -216,7 +216,7 @@ jobs:
216216
environment:
217217
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_8
218218
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_8
219-
VERSION: 0.5.1
219+
VERSION: 0.6.0
220220
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
221221
YARN_STATIC_DIR: notebooker/web/static/
222222
IMAGE_NAME: mangroup/notebooker

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
0.5.2 (2023-??)
1+
0.6.0 (2023-09-01)
22
------------------
3+
* Feature: Reports are now grouped by their containing folder on the main UI.
34
* Feature: Allow configuring error email addresses and email subject via UI.
45
* Bugfix: . and .. should now be allowed to be used when specifying the templates directory.
56
* Bugfix: corrected cron schedule incorrectly shifting back one day upon save.
6-
* Feature: Grouping reports into nested folders
77

88
0.5.1 (2023-02-22)
99
------------------

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.5.1"
26+
release = "0.6.0"
2727

2828

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

notebooker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.1"
1+
__version__ = "0.6.0"

notebooker/web/static/package.json

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

0 commit comments

Comments
 (0)