From 3acf0348e4142a453731f8e8c67fd434b5e78f6a Mon Sep 17 00:00:00 2001 From: HLWeil Date: Mon, 18 Nov 2024 15:30:28 +0100 Subject: [PATCH] bump to 2.2.3 --- RELEASE_NOTES.md | 9 +++++++++ build/release_package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4e0ba3e4..4a63f5ef 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,12 @@ +### 2.2.3+440a84e (Released 2024-11-18) +* Additions: + * [[#4429911](https://github.com/nfdi4plants/ARCtrl/commit/442991174695e09ab897014d5de5d97e593f5b0a)] loosen constraint on python requests + * [[#852686c](https://github.com/nfdi4plants/ARCtrl/commit/852686cee17a3ede043215ae9827c45e3a2e2b0e)] update poetry.lock file +* Bugfixes: + * [[#12e1a89](https://github.com/nfdi4plants/ARCtrl/commit/12e1a8969bb526a98dbe9db1a8d20df04c3e4bce)] fix data cells not being written as such in spreadsheets + * [[#f5cc507](https://github.com/nfdi4plants/ARCtrl/commit/f5cc5076ead55eb3cb1c96ce7334f2053c3ac420)] fix template variable names + * [[#d6ca1e7](https://github.com/nfdi4plants/ARCtrl/commit/d6ca1e7fe977922439b58880a8de25681c17e4cd)] fix python request dependency + ### 2.2.2+4aaa6cf (Released 2024-11-7) * Bugfixes: * [[#5aae159](https://github.com/nfdi4plants/ARCtrl/commit/5aae159e074d5c6cc40c8b25072898e77d2fde16)] hotfix parsing of old json-ld samples and sources diff --git a/build/release_package.json b/build/release_package.json index a3865190..23f5aca7 100644 --- a/build/release_package.json +++ b/build/release_package.json @@ -1,6 +1,6 @@ { "name": "@nfdi4plants/arctrl", - "version": "2.2.2", + "version": "2.2.3", "description": "Top level ARC DataModel and API function descriptions.", "type": "module", "main": "index.js", diff --git a/pyproject.toml b/pyproject.toml index cd81e890..098e809a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ARCtrl" -version = "2.2.2" +version = "2.2.3" description = "Library for management of Annotated Research Contexts (ARCs) using an in-memory representation and runtimer agnostic contract systems." authors = ["Heinrich Lukas Weil ", "Kevin Frey "] maintainers = ["Florian Wetzels"]