From f96acc40c841cb69f9193e3e9ee4bda1eda61a64 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 3 Jan 2023 12:05:00 +0000 Subject: [PATCH] 2.2.9 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 5f0dc7fa..dc63686b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.2.9 (2023-01-03) +### Fix +* Update huggingface name for wrapped models ([`cbb3f3b`](https://github.com/centre-for-humanities-computing/DaCy/commit/cbb3f3b53454ecb660044037ed1854c278047055)) + ## v2.2.8 (2023-01-03) ### Fix * Cleaning up ci for final test of semantic release ([`9ac1320`](https://github.com/centre-for-humanities-computing/DaCy/commit/9ac13204e1f545c2cf213c0b9805f44f6c661c83)) diff --git a/pyproject.toml b/pyproject.toml index f62cfa5b..24a80552 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dacy" -version = "2.2.8" +version = "2.2.9" 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"},