From db1d50bea43e18f85b2ab5b4447c0f8a66e9917c Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 27 Feb 2024 11:43:30 +0000 Subject: [PATCH] 2.0.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db5b4be..6ae2db4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v2.0.2 (2024-02-27) + +### Fix + +* Require polars >= 0.19.0 ([`c70ca84`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/c70ca8476d688ef03c1d147784fa5b11b96f45d4)) + +### Documentation + +* Docstrings for aggregators ([`32b6698`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/32b6698b869711906ea955af7438efa25d3a3003)) + ## v2.0.1 (2024-02-26) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 1c6a3720..69278776 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "timeseriesflattener" -version = "2.0.1" +version = "2.0.2" authors = [ { name = "Lasse Hansen", email = "lasseh0310@gmail.com" }, { name = "Jakob Grøhn Damgaard", email = "bokajgd@gmail.com" },