From 0fe505e3ab07967908f2a9fb907de39a62a1eadf Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Wed, 9 Aug 2023 11:13:44 +0300 Subject: [PATCH] fix version to YYYY-MM-DD --- citation.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/citation.cff b/citation.cff index 113d9f9..94d96bc 100644 --- a/citation.cff +++ b/citation.cff @@ -29,8 +29,8 @@ authors: title: "How to document your research software" type: "data" abstract: "The lesson 'How to document your research software' gives an overview of the different ways how a code project can be documented: from small projects to larger projects. Markdown and Sphinx are central tools in this lesson." -version: 1.0.0 -date-released: 2023-08-08 +version: 2023-08-10 +date-released: 2023-08-10 url: "https://coderefinery.github.io/documentation/" license: CC-BY-4.0 repository-code: "https://github.com/coderefinery/documentation"