From a8dc5b9a92a82663de5a81fecc937877e018bcb7 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 18 Sep 2024 14:11:35 +0000 Subject: [PATCH] 0.18.10 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 99ee86d1..78fd1364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.18.10 (2024-09-18) + +### Fix + +* Install setuptools in pipeline ([`e112451`](https://github.com/ocadotechnology/codeforlife-package-python/commit/e1124512472800daa3abcdb8eedf6f2d82ecee84)) + ## v0.18.9 (2024-09-18) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index d5965323..2242fad8 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.18.9" +__version__ = "0.18.10"