Skip to content

Commit b0651d4

Browse files
committed
Bump to v0.7.2
1 parent 30b473a commit b0651d4

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
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.7.1
216+
VERSION: 0.7.2
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.7.1
232+
VERSION: 0.7.2
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.7.1
246+
VERSION: 0.7.2
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.7.1
260+
VERSION: 0.7.2
261261
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
262262
YARN_STATIC_DIR: notebooker/web/static/
263263
IMAGE_NAME: mangroup/notebooker

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.7.2 (2025-01-17)
2+
------------------
3+
4+
* feature: added a cleanup script to delete reports older than a given number of days, optionally filterable by report name.
5+
16
0.7.1 (2025-01-02)
27
------------------
38

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.7.1"
26+
release = "0.7.2"
2727

2828

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

notebooker/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.1"
1+
__version__ = "0.7.2"

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

0 commit comments

Comments
 (0)