Skip to content

Commit 6f513b3

Browse files
committed
v0.28.3 [skip ci]
1 parent 293e4a2 commit 6f513b3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.28.3 (2025-07-10)
5+
6+
### Bug Fixes
7+
8+
- Install latest common and RR
9+
([#165](https://github.com/ocadotechnology/codeforlife-package-python/pull/165),
10+
[`293e4a2`](https://github.com/ocadotechnology/codeforlife-package-python/commit/293e4a2c9f1f5f360572500784e6863b41742224))
11+
12+
* fix: Install latest common and RR
13+
14+
* Full stop
15+
16+
417
## v0.28.2 (2025-06-25)
518

619
### 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.28.2"
17+
__version__ = "0.28.3"
1818

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

0 commit comments

Comments
 (0)