From ef2e13ed612f5dfc3f4089797e5862c37b29b368 Mon Sep 17 00:00:00 2001 From: fairdataihub-bot Date: Thu, 10 Oct 2024 17:35:17 -0700 Subject: [PATCH] chore: update codemeta.json for Zenodo release --- codemeta.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/codemeta.json b/codemeta.json index 090a5a91c..0e13f1a89 100644 --- a/codemeta.json +++ b/codemeta.json @@ -77,7 +77,6 @@ "developmentStatus": "active", "downloadUrl": "https://fairdataihub.org/sodaforsparc", "funding": "OT2OD030213", - "identifier": "10.5281/zenodo.116332", "isPartOf": "https://fairdataihub.org/", "issueTracker": "https://github.com/fairdataihub/SODA-for-SPARC/issues", "keywords": [ @@ -109,6 +108,17 @@ "runtimePlatform": [], "schema:releaseNotes": "## Bug Fixes:\n- Fixed an issue with the Pennsieve agent version check not being able to detect old versions of the Pennsieve agent (The agent found at https://github.com/Pennsieve/agent).\n- Fixed an issue in how SODA reads the config.ini file that made it so that if the account name 'SODA-Pennsieve' exists it is always used for authentication with Pennsieve even when a defualt_profile key exists in the config.\n- Fixed an issue in the manifest creation and banner image upload/edit features of the Advanced Features tab that made it so users without Pennsieve Agents were not directed to the Pennsieve Agent download page. Instead they were told 'the pennsieve agent is not running.'\n- It was possible for an upload to fail early in 'Prepare Datasets Step-by-Step' and 'Upload Dataset' such that the catch statement referenced a variable that was not yet defined. This has been fixed.", "softwareRequirements": [], - "version": "v15-test", + "version": { + "options": {}, + "loose": false, + "includePrerelease": false, + "raw": "15.0.0", + "major": 15, + "minor": 0, + "patch": 0, + "prerelease": [], + "build": [], + "version": "15.0.0" + }, "type": "SoftwareSourceCode" } \ No newline at end of file