From 7e08247acaa6f442a2efa3a6b69f0eb88b08d707 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 19 Apr 2023 11:28:43 +0000 Subject: [PATCH] 0.54.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eddcc40f..ce7f2696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.54.1 (2023-04-19) +### Fix +* Misc. ([`331f57f`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/331f57fd178fc50eadb81a8777aed5c5cb3f4bf4)) + ## v0.54.0 (2023-04-14) ### Feature * Add pred time uuids to eval dataset ([#475](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/issues/475)) ([`8e27751`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/8e2775193074c8d48c92167b0cae94f02a5507fe)) diff --git a/pyproject.toml b/pyproject.toml index c802665f..35d05382 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "psycop_model_training" -version = "0.54.0" +version = "0.54.1" description = "PSYCOP model training utilities" authors = [ {name = "Martin Bernstorff", email = "martinbernstorff@gmail.com"},