Skip to content

Commit 05acc98

Browse files
authored
Merge pull request #36 from man-group/ver-0.2.1
Release 0.2.1
2 parents d2ef297 + ebf756f commit 05acc98

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
PYTHON_VERSION: "3_6"
165165
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_6
166166
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_6
167-
VERSION: 0.2.0
167+
VERSION: 0.2.1
168168
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
169169
YARN_STATIC_DIR: notebooker/web/static/
170170
IMAGE_NAME: mangroup/notebooker
@@ -176,7 +176,7 @@ jobs:
176176
environment:
177177
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_7
178178
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_7
179-
VERSION: 0.2.0
179+
VERSION: 0.2.1
180180
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
181181
YARN_STATIC_DIR: notebooker/web/static/
182182
IMAGE_NAME: mangroup/notebooker

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
0.2.1 (????-??-??)
1+
0.2.1 (2021-02-11)
22
------------------
3-
No changes (yet!)
3+
4+
* Bugfix: `notebooker_execute` entrypoint should now work as intended
5+
* Bugfix: Sanity and template regression tests should now work as intended
6+
* Improvement: Specifying a git repo should be a little simpler
47

58

69
0.2.0 (2020-12-17)

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.2.0"
26+
release = "0.2.1"
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.2.0"
1+
__version__ = "0.2.1"

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

0 commit comments

Comments
 (0)