Skip to content

Commit 62708b1

Browse files
authored
Merge pull request #132 from man-group/release-0.5.0
Release v0.5.0
2 parents 594df54 + 90fc85c commit 62708b1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.4.5
195+
VERSION: 0.5.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.4.5
207+
VERSION: 0.5.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.4.5
219+
VERSION: 0.5.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.5.0 (2023-??-??)
1+
0.5.0 (2023-01-19)
22
------------------
33

44
* Feature: Added support for [Reveal.js](https://revealjs.com/) notebook outputs

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.4.5"
26+
release = "0.5.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.4.5"
1+
__version__ = "0.5.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.4.5",
3+
"version": "0.5.0",
44
"description": "Notebooker - Turn notebooks into reports",
55
"dependencies": {
66
"bootstrap-table": "1.20.2",

0 commit comments

Comments
 (0)