diff --git a/CHANGELOG.md b/CHANGELOG.md index ab1f16a8..6a98bdec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v2.7.5 (2023-12-07) + +### Fix + +* fix: ignore static type error ([`831d281`](https://github.com/centre-for-humanities-computing/DaCy/commit/831d2810051010be4a94672377e95c453c6f3544)) + +### Unknown + +* Merge branch 'main' of https://github.com/centre-for-humanities-computing/DaCy ([`0b797c0`](https://github.com/centre-for-humanities-computing/DaCy/commit/0b797c0dbfe1ec8a7b21d5e1688aae6aa01e2e79)) + + ## v2.7.4 (2023-12-06) ### Fix diff --git a/pyproject.toml b/pyproject.toml index c57b0cd8..6ae2335f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dacy" -version = "2.7.4" +version = "2.7.5" 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 = "kennethcenevoldsen@gmail.com" },