From 0a49411fe824de97f6722cdeb81f3250db8a8312 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 17 Apr 2024 16:06:59 +0000 Subject: [PATCH] 0.16.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 61e8352..cd04393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.16.4 (2024-04-17) + +### Fix + +* Polish tests ([#112](https://github.com/ocadotechnology/codeforlife-package-python/issues/112)) ([`aeece27`](https://github.com/ocadotechnology/codeforlife-package-python/commit/aeece274f1b5c52c364bbeaa26ee550bd6c54e86)) + ## v0.16.3 (2024-04-17) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index 591c818..ad700cc 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.16.3" +__version__ = "0.16.4"