From 7afecd7e217c9c8d3887e4635a5a895bab732c59 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 17 Apr 2024 13:14:32 +0000 Subject: [PATCH] 0.16.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 5d23933..61e8352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.16.3 (2024-04-17) + +### Fix + +* Polish tests ([#111](https://github.com/ocadotechnology/codeforlife-package-python/issues/111)) ([`474837a`](https://github.com/ocadotechnology/codeforlife-package-python/commit/474837a959a0937eea7db1db8adecac4d4dd7c71)) + ## v0.16.2 (2024-04-16) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index 58cddca..591c818 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.2" +__version__ = "0.16.3"