From 137cb7c416c7819ac929a82b8b1c8702a7a8019d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 31 Jan 2024 15:57:01 +0000 Subject: [PATCH] 0.11.1 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 c6dd4b6f..7ce580b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.11.1 (2024-01-31) + +### Fix + +* Add assertions ([#67](https://github.com/ocadotechnology/codeforlife-package-python/issues/67)) ([`ae3abdf`](https://github.com/ocadotechnology/codeforlife-package-python/commit/ae3abdfced0722ea1d20fcce6227a541a9acc9d6)) + ## v0.11.0 (2024-01-30) ### Feature diff --git a/codeforlife/version.py b/codeforlife/version.py index 52454458..c831fba7 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.0" +__version__ = "0.11.1"