From 2150c3b7d35733fafea7680a529d2e90d35cac69 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 6 Feb 2024 10:12:27 +0000 Subject: [PATCH] 2.7.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8e2122..c139c567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v2.7.3 (2024-02-06) + +### Fix + +* fix: pin autodoc_pydantic version to support pydantic version <2 ([`4b91006`](https://github.com/HLasse/TextDescriptives/commit/4b910069491794a1144cd8f9ccf8872879315f75)) + + ## v2.7.2 (2024-02-06) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 1cfa28be..b43a84b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "textdescriptives" -version = "2.7.2" +version = "2.7.3" description = "A library for calculating a variety of features from text using spaCy" authors = [ { name = "Lasse Hansen", email = "lasseh0310@gmail.com" },