From f00e7de86ddd223f2f670af6ede3d1dc8e63ced0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 4 Apr 2023 07:13:38 +0000 Subject: [PATCH] 0.21.4 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 f9cd871f..b3411c5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.21.4 (2023-04-04) +### Fix +* Remove unreasonably high or low bmi values ([`07f52c2`](https://github.com/Aarhus-Psychiatry-Research/psycop-feature-generation/commit/07f52c207c2c13fc79dd0ba97e243cef470f9fa0)) + ## v0.21.3 (2023-04-03) ### Fix * Make sql query executable ([`e006490`](https://github.com/Aarhus-Psychiatry-Research/psycop-feature-generation/commit/e006490b5eb7a1dc4e2f0e902c17d5dcc5d19db9)) diff --git a/pyproject.toml b/pyproject.toml index cd3e1029..147ebfd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "psycop_feature_generation" -version = "0.21.3" +version = "0.21.4" description = "" authors = [ {name = "Martin Bernstorff", email = "martinbernstorfff@gmail.com"}