We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2395c0 commit 7ceced4Copy full SHA for 7ceced4
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# CHANGELOG
2
3
4
+## v0.25.15 (2025-03-05)
5
+
6
+### Bug Fixes
7
8
+- Autoescape off
9
+ ([`e2395c0`](https://github.com/ocadotechnology/codeforlife-package-python/commit/e2395c0e596c3531cb5d7351026a937c1518b86d))
10
11
12
## v0.25.14 (2025-03-04)
13
14
### Bug Fixes
codeforlife/__init__.py
@@ -14,7 +14,7 @@
15
# Do NOT set manually!
16
# This is auto-updated by python-semantic-release in the pipeline.
17
-__version__ = "0.25.14"
+__version__ = "0.25.15"
18
19
BASE_DIR = Path(__file__).resolve().parent
20
DATA_DIR = BASE_DIR.joinpath("data")
0 commit comments