From ae05aa2ef0bddee7106d51e49ab10bcb1ef4533d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 14 Sep 2023 12:04:21 +0000 Subject: [PATCH] 0.6.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 8ca7972..bc23c98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.6.3 (2023-09-14) + +### Fix + +* Deps ([`e8f5f57`](https://github.com/ocadotechnology/codeforlife-package-python/commit/e8f5f57206235c388803eb890b468bb4ca7b46af)) + ## v0.6.2 (2023-09-14) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index 903cfde..fcf5121 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.2" +__version__ = "0.6.3"