From 35c8a6bf4c969b269d66f5cd6e207487abdb9bdd Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 14 Sep 2023 13:47:31 +0000 Subject: [PATCH] 0.6.5 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 fa8775b1..dede80b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.6.5 (2023-09-14) + +### Fix + +* Rename file ([`4d7b775`](https://github.com/ocadotechnology/codeforlife-package-python/commit/4d7b7753461ee8a1a5818cf95a9391acae4bfe01)) + ## v0.6.4 (2023-09-14) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index 8698b4a8..3ae134fb 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.6.4" +__version__ = "0.6.5"