From 6f1fa76bc7fe3113ea0e74ef588f655b366fe9de Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 8 Feb 2023 11:24:10 +0000 Subject: [PATCH] 2.4.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 5ce76de5..2ba0e4fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.4.1 (2023-02-08) +### Fix +* Change auto-approve event ([`729836f`](https://github.com/HLasse/TextDescriptives/commit/729836feb76a12507a6a0f703b434ec071124f5f)) + ## v2.4.0 (2023-01-31) ### Feature * Add out of vocabulary ratio to quality component ([`a1177e5`](https://github.com/HLasse/TextDescriptives/commit/a1177e597de75f31507895540d2e6243dccafe27)) diff --git a/pyproject.toml b/pyproject.toml index e4390874..b4420016 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "textdescriptives" -version = "2.4.0" +version = "2.4.1" description = "A library for calculating a variety of features from text using spaCy" authors = [{name = "Lasse Hansen", email = "lasseh0310@gmail.com"}, {name = "Kenneth Enevoldsen"}]