Skip to content

Commit 05e210d

Browse files
committed
bump version + fix contribution doc
1 parent 3eaefcd commit 05e210d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
PYTHON_VERSION: "3_6"
221221
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_6
222222
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_6
223-
VERSION: 0.6.3
223+
VERSION: 0.6.4
224224
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
225225
YARN_STATIC_DIR: notebooker/web/static/
226226
IMAGE_NAME: mangroup/notebooker
@@ -236,7 +236,7 @@ jobs:
236236
environment:
237237
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_7
238238
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_7
239-
VERSION: 0.6.3
239+
VERSION: 0.6.4
240240
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
241241
YARN_STATIC_DIR: notebooker/web/static/
242242
IMAGE_NAME: mangroup/notebooker
@@ -250,7 +250,7 @@ jobs:
250250
environment:
251251
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_8
252252
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_8
253-
VERSION: 0.6.3
253+
VERSION: 0.6.4
254254
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
255255
YARN_STATIC_DIR: notebooker/web/static/
256256
IMAGE_NAME: mangroup/notebooker
@@ -264,7 +264,7 @@ jobs:
264264
environment:
265265
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_11
266266
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_11
267-
VERSION: 0.6.3
267+
VERSION: 0.6.4
268268
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
269269
YARN_STATIC_DIR: notebooker/web/static/
270270
IMAGE_NAME: mangroup/notebooker

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Do also make sure to run the webapp and make sure you haven't broken anything.
2020
When releasing a new version, please increment the version number in:
2121
* `notebooker/version.py`
2222
* `.circleci/config.yml`
23-
* `docs/config.yml`
23+
* `docs/conf.py`
2424
* `notebooker/web/static/package.json`
2525

2626
This build will validate that these numbers match those given in `.circleci/config.yml`.

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.3"
26+
release = "0.6.4"
2727

2828

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

notebooker/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.3"
1+
__version__ = "0.6.4"

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.3",
3+
"version": "0.6.4",
44
"description": "Notebooker - Turn notebooks into reports",
55
"dependencies": {
66
"bootstrap-table": "1.20.2",

0 commit comments

Comments
 (0)