From 9d9ceb67cee0721591880d68040fddbf70fba22d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 23 Oct 2024 15:57:56 +0000 Subject: [PATCH] 0.19.3 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 ed11db8..af4a38f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.19.3 (2024-10-23) + +### Fix + +* Sites ([#142](https://github.com/ocadotechnology/codeforlife-package-python/issues/142)) ([`9f10ed5`](https://github.com/ocadotechnology/codeforlife-package-python/commit/9f10ed5f94e986fb2f918727b8796fd90dd88cb4)) + ## v0.19.2 (2024-10-11) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index 4192f3d..2b60f95 100644 --- a/codeforlife/version.py +++ b/codeforlife/version.py @@ -5,4 +5,4 @@ # Do NOT set manually! # This is auto-updated by python-semantic-release in the pipeline. -__version__ = "0.19.2" +__version__ = "0.19.3"