diff --git a/CHANGELOG.md b/CHANGELOG.md index c73801a8..5908b9c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.4.2 (2023-03-15) +### Fix +* Checking to find the latest model ([`50d3d5c`](https://github.com/centre-for-humanities-computing/DaCy/commit/50d3d5c420861af3746b42a80f6a2054c8840cdd)) + ## v2.4.1 (2023-03-14) ### Fix * Formatting erro in model urls ([`0478965`](https://github.com/centre-for-humanities-computing/DaCy/commit/04789655654dedae3f6e61a884fa084fe546f429)) diff --git a/pyproject.toml b/pyproject.toml index d5caaf6c..610b064b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dacy" -version = "2.4.1" +version = "2.4.2" description = "A Danish pipeline trained in SpaCy that has achieved State-of-the-Art performance on all dependency parsing, NER and POS-tagging for Danish" authors = [{name = "Kenneth Enevoldsen", email = "kennethcenevolsen@gmail.com"},