From 464feefd5ebb5f1141d09798d3e7ebc9427cf5fc Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 6 Dec 2023 20:57:44 +0000 Subject: [PATCH] 2.7.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 25 +++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a1df9ca..2539f582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ +## v2.7.3 (2023-12-06) + +### Ci + +* ci: fix misspelled cmmand ([`72afda1`](https://github.com/centre-for-humanities-computing/DaCy/commit/72afda1c2eccfb1b3b17887cc3e2c5bc97e2c0fc)) + +### Fix + +* fix: updated docs ([`57c20d2`](https://github.com/centre-for-humanities-computing/DaCy/commit/57c20d2638a116df64489c60258606b6707c049f)) + +### Unknown + +* Merge pull request #278 from centre-for-humanities-computing/update-cruft + +Updated cruft template ([`7fac8a1`](https://github.com/centre-for-humanities-computing/DaCy/commit/7fac8a19aaba8fe272451c752144a6a4f54b5c3e)) + +* changed type checker to pyright ([`cac4d92`](https://github.com/centre-for-humanities-computing/DaCy/commit/cac4d92fc50569f5658dfae2039584c1c5ddbbff)) + +* lint: ran ruff ([`ee7e318`](https://github.com/centre-for-humanities-computing/DaCy/commit/ee7e318ee49f5a020d2225c4111e27802a655e06)) + +* Updated cruft template ([`6cbeb42`](https://github.com/centre-for-humanities-computing/DaCy/commit/6cbeb42270bf6c8d97af36352465decc2b0a718d)) + +* Update cruft reference ([`6e0f04f`](https://github.com/centre-for-humanities-computing/DaCy/commit/6e0f04f73f7c4581f8a3922807e2558e6a873743)) + + ## v2.7.2 (2023-10-10) ### Ci diff --git a/pyproject.toml b/pyproject.toml index ba6eab4c..a94b79c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dacy" -version = "2.7.2" +version = "2.7.3" 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" },