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 f726e57 commit 4f127e5Copy full SHA for 4f127e5
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# CHANGELOG
2
3
4
+## v0.29.4 (2025-10-14)
5
+
6
+### Bug Fixes
7
8
+- Import google backend only where needed
9
+ ([`f726e57`](https://github.com/ocadotechnology/codeforlife-package-python/commit/f726e5718f952b1cf8f90cd25563036d478c76df))
10
11
12
## v0.29.3 (2025-10-09)
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.29.3"
+__version__ = "0.29.4"
18
19
BASE_DIR = Path(__file__).resolve().parent
20
DATA_DIR = BASE_DIR.joinpath("data")
0 commit comments