Skip to content

Commit 0adfff0

Browse files
committed
Correcting version numbers across repo.
1 parent fc1ba2a commit 0adfff0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
PYTHON_VERSION: "3_6"
214214
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_6
215215
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_6
216-
VERSION: 0.6.3
216+
VERSION: 0.7.1
217217
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
218218
YARN_STATIC_DIR: notebooker/web/static/
219219
IMAGE_NAME: mangroup/notebooker
@@ -229,7 +229,7 @@ jobs:
229229
environment:
230230
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_7
231231
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_7
232-
VERSION: 0.6.3
232+
VERSION: 0.7.1
233233
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
234234
YARN_STATIC_DIR: notebooker/web/static/
235235
IMAGE_NAME: mangroup/notebooker
@@ -243,7 +243,7 @@ jobs:
243243
environment:
244244
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_8
245245
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_8
246-
VERSION: 0.6.3
246+
VERSION: 0.7.1
247247
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
248248
YARN_STATIC_DIR: notebooker/web/static/
249249
IMAGE_NAME: mangroup/notebooker
@@ -257,7 +257,7 @@ jobs:
257257
environment:
258258
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_11
259259
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_11
260-
VERSION: 0.6.3
260+
VERSION: 0.7.1
261261
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
262262
YARN_STATIC_DIR: notebooker/web/static/
263263
IMAGE_NAME: mangroup/notebooker

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.7.1"
2727

2828

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

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

0 commit comments

Comments
 (0)