From d0826f580c18178989178ef08168ad735fbad128 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 7 Dec 2023 08:31:37 +0000 Subject: [PATCH] 2.7.6 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a98bdec..86cfe8f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v2.7.6 (2023-12-07) + +### Fix + +* fix: update pypi ([`d95e1d6`](https://github.com/centre-for-humanities-computing/DaCy/commit/d95e1d6db75cc3b36adb46e4dff010e0769b6f33)) + +### Unknown + +* Merge branch 'main' of https://github.com/centre-for-humanities-computing/DaCy ([`256297a`](https://github.com/centre-for-humanities-computing/DaCy/commit/256297ae71b83b74abf24a8baa0d3020dd9611da)) + + ## v2.7.5 (2023-12-07) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 6ae2335f..5ce1a248 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dacy" -version = "2.7.5" +version = "2.7.6" 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" },