From 3e7f535cd5ca041f5898a79a2861fb93d27ceded Mon Sep 17 00:00:00 2001 From: Tim Sherratt Date: Mon, 20 Jul 2026 17:23:14 +1000 Subject: [PATCH] bump version to 1.1.0 --- .zenodo.json | 83 ++++++++++++++++++++++-------------------- README.md | 2 +- ro-crate-metadata.json | 13 ++++++- 3 files changed, 55 insertions(+), 43 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index a66cb93..0544268 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,41 +1,44 @@ { - "language": "eng", - "license": "MIT", - "title": "GLAM-Workbench/prov", - "related_identifiers": [ - { - "scheme": "url", - "identifier": "https://github.com/GLAM-Workbench/prov/tree/v1.0.0", - "relation": "isDerivedFrom", - "resource_type": "software" - }, - { - "scheme": "url", - "identifier": "https://glam-workbench.net/prov/", - "relation": "isDocumentedBy", - "resource_type": "publication-softwaredocumentation" - }, - { - "scheme": "url", - "identifier": "https://glam-workbench.net/", - "relation": "isPartOf", - "resource_type": "other" - } - ], - "version": "v1.0.0", - "upload_type": "software", - "keywords": [ - "digital humanities", - "Jupyter", - "GLAM Workbench" - ], - "publication_date": "2025-04-27", - "creators": [ - { - "name": "Sherratt, Tim", - "orcid": "http://orcid.org/0000-0001-7956-4498" - } - ], - "access_right": "open", - "description": "

CURRENT VERSION: v1.0.0

Tools and resources for working with the Public Record Office Victoria’s collection API.

For more information and documentation see the Public Record Office Victoria section of the GLAM Workbench.

Notebooks


Created by Tim Sherratt for the GLAM Workbench

" -} + "language": "eng", + "license": "MIT", + "title": "GLAM-Workbench/prov", + "related_identifiers": + [ + { + "scheme": "url", + "identifier": "https://github.com/GLAM-Workbench/prov/tree/1.1.0", + "relation": "isDerivedFrom", + "resource_type": "software" + }, + { + "scheme": "url", + "identifier": "https://glam-workbench.net/prov/", + "relation": "isDocumentedBy", + "resource_type": "publication-softwaredocumentation" + }, + { + "scheme": "url", + "identifier": "https://glam-workbench.net/", + "relation": "isPartOf", + "resource_type": "other" + } + ], + "version": "1.1.0", + "upload_type": "software", + "keywords": + [ + "digital humanities", + "Jupyter", + "GLAM Workbench" + ], + "publication_date": "2026-07-20", + "creators": + [ + { + "name": "Sherratt, Tim", + "orcid": "http://orcid.org/0000-0001-7956-4498" + } + ], + "access_right": "open", + "description": "

CURRENT VERSION: v1.1.0

Tools and resources for working with the Public Record Office Victoria’s collection API.

For more information and documentation see the Public Record Office Victoria section of the GLAM Workbench.

Notebooks


Created by Tim Sherratt for the GLAM Workbench

" +} \ No newline at end of file diff --git a/README.md b/README.md index 257a111..2e90f16 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # prov -CURRENT VERSION: v1.0.0 +CURRENT VERSION: v1.1.0 Tools and resources for working with the Public Record Office Victoria's collection API. diff --git a/ro-crate-metadata.json b/ro-crate-metadata.json index 35b6b5f..02fd006 100644 --- a/ro-crate-metadata.json +++ b/ro-crate-metadata.json @@ -9,7 +9,7 @@ "@id": "https://orcid.org/0000-0001-7956-4498" } ], - "datePublished": "2025-04-27", + "datePublished": "2026-07-20", "description": "A GLAM Workbench repository", "hasPart": [ { @@ -24,7 +24,7 @@ }, "name": "prov", "url": "https://github.com/GLAM-Workbench/prov/", - "version": "v1.0.0" + "version": "1.1.0" }, { "@id": "ro-crate-metadata.json", @@ -146,6 +146,15 @@ }, "endDate": "2025-04-27", "name": "Create version v1.0.0" + }, + { + "@id": "create_version_1_1_0", + "@type": "UpdateAction", + "actionStatus": { + "@id": "http://schema.org/CompletedActionStatus" + }, + "endDate": "2026-07-20", + "name": "Create version 1.1.0" } ] } \ No newline at end of file