From 279ff34c1f467d729d014c8b1b49dab30372674c Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 31 Jan 2024 16:29:09 +0000 Subject: [PATCH] 0.11.2 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 7ce580b3..a895e540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.11.2 (2024-01-31) + +### Fix + +* Type hint ([`64e8043`](https://github.com/ocadotechnology/codeforlife-package-python/commit/64e804355f198ce8595e1ac940f022f9e7c35749)) + ## v0.11.1 (2024-01-31) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index c831fba7..e86507ef 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.11.1" +__version__ = "0.11.2"