From f6f1f080470e9ac92ce9729da59afa264db52423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20M=C2=AA=20Fern=C3=A1ndez?= Date: Tue, 17 Sep 2024 13:58:28 +0200 Subject: [PATCH] Version bump to 1.0.0rc0 --- CITATION.cff | 2 +- wfexs_backend/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 9f4bb00..6c275a0 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -27,5 +27,5 @@ message: "If you use this software, please cite it using these metadata." repository-code: "https://github.com/inab/WfExS-backend" type: software title: "WfExS-backend" -version: 1.0.0b1 +version: 1.0.0rc0 date-released: "2024-08-07" diff --git a/wfexs_backend/__init__.py b/wfexs_backend/__init__.py index e26a8b3..1d47564 100644 --- a/wfexs_backend/__init__.py +++ b/wfexs_backend/__init__.py @@ -21,7 +21,7 @@ __license__ = "Apache 2.0" # https://www.python.org/dev/peps/pep-0396/ -__version__ = "1.0.0b1" +__version__ = "1.0.0rc0" __url__ = "https://github.com/inab/WfExS-backend" __official_name__ = "WfExS-backend"