From a98737aa4f7a51ba4c24b8d0b5870a81d8481d91 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 4 May 2023 19:24:46 +0000 Subject: [PATCH] 1.3.7 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 d584eac6..427ce352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.3.7 (2023-05-04) +### Fix +* Added support for doc entities ([`6ca5439`](https://github.com/KennethEnevoldsen/augmenty/commit/6ca5439b48e0ad0c1695991128d1da945d497b3a)) + ## v1.3.6 (2023-05-01) ### Fix * Entity augmenter now allows for passing in spans or string ([`faf2abc`](https://github.com/KennethEnevoldsen/augmenty/commit/faf2abcfd05b3efe1a954a4d5e1b09b7c65ae50b)) diff --git a/pyproject.toml b/pyproject.toml index c2f49058..db4c9faf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "augmenty" -version = "1.3.6" +version = "1.3.7" description = "An augmentation library based on SpaCy for joint augmentation of text and labels." authors = [{name = "Kenneth Enevoldsen", email = "kennethcenevoldsen@gmail.com"}] classifiers = [