Skip to content

Commit e0e2541

Browse files
committed
v0.27.13 [skip ci]
1 parent 3608c93 commit e0e2541

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

33

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+
412
## v0.27.12 (2025-06-19)
513

614
### Bug Fixes

codeforlife/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Do NOT set manually!
1616
# This is auto-updated by python-semantic-release in the pipeline.
17-
__version__ = "0.27.12"
17+
__version__ = "0.27.13"
1818

1919
BASE_DIR = Path(__file__).resolve().parent
2020
DATA_DIR = BASE_DIR.joinpath("data")

0 commit comments

Comments
 (0)