From 0974e5f17822a1a955e10c29aa6dd753e47795be Mon Sep 17 00:00:00 2001 From: Nico Dalsass Date: Tue, 3 Dec 2024 16:24:56 +0100 Subject: [PATCH] Version bump to 0.2.1 --- CHANGELOG.md | 3 +++ LICENSE | 2 +- plugin.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c7080a..b5a93e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [Version 0.2.1](https://github.com/dataiku/dss-plugin-nlp-analysis/releases/tag/v0.2.1) +- Fix broken dependency chain due to a new spacy version released + ## [Version 0.2.0](https://github.com/dataiku/dss-plugin-nlp-analysis/releases/tag/v0.2.0) - Add support for python v3.8 to v3.10 diff --git a/LICENSE b/LICENSE index d0b2a96..f47a9ef 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 Dataiku + Copyright 2024 Dataiku Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/plugin.json b/plugin.json index 7a34ff0..ff0e990 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "id": "nlp-analysis", - "version": "0.2.0", + "version": "0.2.1", "meta": { "label": "Text Analysis", "category": "Natural Language Processing",