From b10fb8200e8425f38ddb7f042ba83bc0c9885d01 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 23 Jan 2024 13:34:47 +0000 Subject: [PATCH] 0.9.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ codeforlife/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efd8b84..f741156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.9.4 (2024-01-23) + +### Fix + +* Model view set test case ([#60](https://github.com/ocadotechnology/codeforlife-package-python/issues/60)) ([`9fd9129`](https://github.com/ocadotechnology/codeforlife-package-python/commit/9fd9129b2b96b1f64363ca6dfd9a9c796be176a7)) + ## v0.9.3 (2023-12-11) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index 7341726..6380c57 100644 --- a/codeforlife/version.py +++ b/codeforlife/version.py @@ -1,3 +1,3 @@ # Do NOT set manually! # This is auto-updated by python-semantic-release in the pipeline. -__version__ = "0.9.3" +__version__ = "0.9.4"