From 2aa260c2ae0d60cdb8cc445b6b9a6b0fa22be2bb Mon Sep 17 00:00:00 2001 From: Kazu Version Bump Date: Thu, 4 Jul 2024 08:57:14 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.0=20=E2=86=92=202.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ docs/_changelog.d/+donwloader.feature.rst | 1 - docs/_changelog.d/+krt.feature.rst | 1 - docs/_changelog.d/+ontupdate.feature.rst | 1 - kazu/__init__.py | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 docs/_changelog.d/+donwloader.feature.rst delete mode 100644 docs/_changelog.d/+krt.feature.rst delete mode 100644 docs/_changelog.d/+ontupdate.feature.rst diff --git a/CHANGELOG.md b/CHANGELOG.md index 914f6ef1..f062b66a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). +## 2.1.0 - 2024-07-04 + + +### Features + +- Added new Kazu Resource Tool UI to ease the process of updating resources and resource configuration. +- New OntologyDownloader abstraction to assist with resource updating. +- Updated resources for June 2024. + + ## 2.0.0 - 2024-06-04 diff --git a/docs/_changelog.d/+donwloader.feature.rst b/docs/_changelog.d/+donwloader.feature.rst deleted file mode 100644 index 3529be9c..00000000 --- a/docs/_changelog.d/+donwloader.feature.rst +++ /dev/null @@ -1 +0,0 @@ -New OntologyDownloader abstraction to assist with resource updating. diff --git a/docs/_changelog.d/+krt.feature.rst b/docs/_changelog.d/+krt.feature.rst deleted file mode 100644 index 111f998a..00000000 --- a/docs/_changelog.d/+krt.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added new Kazu Resource Tool UI to ease the process of updating resources and resource configuration. diff --git a/docs/_changelog.d/+ontupdate.feature.rst b/docs/_changelog.d/+ontupdate.feature.rst deleted file mode 100644 index e226b828..00000000 --- a/docs/_changelog.d/+ontupdate.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Updated resources for June 2024. diff --git a/kazu/__init__.py b/kazu/__init__.py index 8c0d5d5b..9aa3f903 100644 --- a/kazu/__init__.py +++ b/kazu/__init__.py @@ -1 +1 @@ -__version__ = "2.0.0" +__version__ = "2.1.0"