From 68ac31b484cc81da44a735c01e8dbf6c21b5b745 Mon Sep 17 00:00:00 2001 From: Ryan J Field Date: Thu, 29 Jun 2023 09:17:00 +0100 Subject: [PATCH] bump version --- CITATION.cff | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index eeaa1e9..994cea2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -30,6 +30,6 @@ license: "BSD-2-Clause" message: "If you use this software, please cite it using these metadata." repository-code: "https://github.com/FAIRDataPipeline/data-registry/" title: "The FAIR Data Registry" -version: "v1.0.7" +version: "v1.0.8" doi: "10.5281/zenodo.5562750" date-released: "2023-02-03" diff --git a/pyproject.toml b/pyproject.toml index 946e68a..39fb2c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,12 +15,12 @@ authors = [ ] description = "Codebase for the FAIR data-registry" name = "data-registry" -version = "v1.0.7" +version = "v1.0.8" [tool.poetry.dependencies] Django = "3.1.13" Markdown = "3.2.2" -coverage = "5.5" +coverage = "7.2.*" django-allauth = "0.42.0" django-bootstrap-breadcrumbs = "0.9.2" django-crispy-forms = "1.9.2"