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 3608c93 commit e0e2541Copy full SHA for e0e2541
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# CHANGELOG
2
3
4
+## v0.27.13 (2025-06-19)
5
+
6
+### Bug Fixes
7
8
+- Boto3 stubs version
9
+ ([`3608c93`](https://github.com/ocadotechnology/codeforlife-package-python/commit/3608c9351f8dfc9d61ae33fd442bbff7ef1894e6))
10
11
12
## v0.27.12 (2025-06-19)
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.27.12"
+__version__ = "0.27.13"
18
19
BASE_DIR = Path(__file__).resolve().parent
20
DATA_DIR = BASE_DIR.joinpath("data")
0 commit comments