From 3dee0cc42cd5757ca06880574e9915be99f0418e Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 5 Oct 2022 17:22:09 +0000 Subject: [PATCH] 0.3.2 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 9a4cdc75..4cd18635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.3.2 (2022-10-05) +### Fix +* Hardcoded file suffix ([`0101acc`](https://github.com/Aarhus-Psychiatry-Research/psycop-feature-generation/commit/0101accb995d060908b28f1338a313d82661683a)) + ## v0.3.1 (2022-10-05) ### Fix * Mismatched version in .tomll ([`292979b`](https://github.com/Aarhus-Psychiatry-Research/psycop-feature-generation/commit/292979bf85401818d5837a159c30c88c67ac454d)) diff --git a/pyproject.toml b/pyproject.toml index 1269af3f..c8c4b80c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "psycop_feature_generation" -version = "0.3.1" +version = "0.3.2" description = "" authors = ["Your Name "]