Skip to content

Commit 8307ec2

Browse files
author
cfl-bot
committed
v0.31.1 [skip ci]
1 parent 2499d9f commit 8307ec2

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.31.1 (2026-01-30)
5+
6+
### Bug Fixes
7+
8+
- Install latest common
9+
([`47d0211`](https://github.com/ocadotechnology/codeforlife-package-python/commit/47d02117a38d9095de11464400b6842aeaa28cf9))
10+
11+
- Updates and mypy ([#174](https://github.com/ocadotechnology/codeforlife-package-python/pull/174),
12+
[`2499d9f`](https://github.com/ocadotechnology/codeforlife-package-python/commit/2499d9fee772ff82a690e31223826c5b433bb1fe))
13+
14+
* fix: Update deps including mypy
15+
16+
* Get latest RR
17+
18+
* Get latest portal and RR
19+
20+
* Downgrade to django-stubs 5.1
21+
22+
* Feedback
23+
24+
425
## v0.31.0 (2026-01-07)
526

627
### Features

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.31.0"
17+
__version__ = "0.31.1"
1818

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

0 commit comments

Comments
 (0)