From 01d9452e0c33ea581804b81d55876ca744901a60 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 16 Apr 2024 13:10:03 +0000 Subject: [PATCH] 0.16.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 77638c1..5d23933 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.16.2 (2024-04-16) + +### Fix + +* Polish mypy ([#110](https://github.com/ocadotechnology/codeforlife-package-python/issues/110)) ([`bcbe98f`](https://github.com/ocadotechnology/codeforlife-package-python/commit/bcbe98f6209c493de1837f12ab32761478778004)) + ## v0.16.1 (2024-04-15) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index aaf0c77..58cddca 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.16.1" +__version__ = "0.16.2"