From 51fd3eb37aa2d880172255972df44c00a1963699 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 19 Sep 2023 14:22:29 +0000 Subject: [PATCH] 0.7.11 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 70c84fc0..7d5c67c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.7.11 (2023-09-19) + +### Fix + +* Update cfl-common ([`45f1025`](https://github.com/ocadotechnology/codeforlife-package-python/commit/45f102589d760f484b0dd11601636831fd615209)) + ## v0.7.10 (2023-09-19) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index f5dc7ee6..3842cba3 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.7.10" +__version__ = "0.7.11"