From 625e1ffb63ec3c04243d7bf2e616b86e04def651 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 22 Dec 2022 12:16:34 +0000 Subject: [PATCH] 0.27.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f27f28f..9521e30a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.27.1 (2022-12-22) +### Fix +* No reaosn to call main twice ([`93e961c`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/93e961cee4835cb4148a4ed871d35b1e01c53c96)) + +### Documentation +* Specify trainerspec output type ([`9f6f29f`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/9f6f29f43ca493e8e86f005c05b0eab007d9f0cf)) + ## v0.27.0 (2022-12-22) ### Feature * Add suggested cols if missing using Levenshtein edit distance ([`ae6a6c2`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/ae6a6c2ee04fe8596555648cf8aee537ea4bd3c5)) diff --git a/pyproject.toml b/pyproject.toml index dc7cccf8..251a6414 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "psycop_model_training" -version = "0.27.0" +version = "0.27.1" description = "Training scripts for the psycop-t2d project" authors = ["Your Name "]