From 2b0327859c733b593eddb3010e07f64b9967a9b1 Mon Sep 17 00:00:00 2001 From: Mikko Nieminen Date: Thu, 12 Dec 2024 09:50:20 +0100 Subject: [PATCH] prepare v1.0.3 release (#1496) --- CHANGELOG.rst | 4 ++-- README.rst | 2 +- codemeta.json | 8 ++++---- docs/source/conf.py | 2 +- docs/source/major_changes.rst | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 24ee278c..2698f9ff 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,8 +5,8 @@ Changelog for the **SODAR Core** Django app package. Loosely follows the `Keep a Changelog `_ guidelines. -Unreleased -========== +v1.0.3 (2024-12-12) +=================== Added ----- diff --git a/README.rst b/README.rst index 66591ecb..1bf62659 100644 --- a/README.rst +++ b/README.rst @@ -117,7 +117,7 @@ and breaking changes are possible. .. code-block:: console - pip install django-sodar-core==1.0.2 + pip install django-sodar-core==1.0.3 For installing a development version you can point your dependency to a specific commit ID in GitHub. Note that these versions may not be stable. diff --git a/codemeta.json b/codemeta.json index 2ee7f48b..335a5b29 100644 --- a/codemeta.json +++ b/codemeta.json @@ -40,12 +40,12 @@ ], "identifier": "https://doi.org/10.5281/zenodo.4269346", "codeRepository": "https://github.com/bihealth/sodar-core", - "datePublished": "2023-12-06", - "dateModified": "2023-12-06", - "dateCreated": "2024-09-09", + "datePublished": "2024-12-12", + "dateModified": "2024-12-12", + "dateCreated": "2019-06-26", "description": "SODAR Core: A Django-based framework for scientific data management and analysis web apps", "keywords": "Python, Django, scientific data managmenent, software library", "license": "MIT", "title": "SODAR Core", - "version": "v1.0.2" + "version": "v1.0.3" } diff --git a/docs/source/conf.py b/docs/source/conf.py index c8445fbe..ce675957 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -29,7 +29,7 @@ # The short X.Y version version = '1.0' # The full version, including alpha/beta/rc tags -release = '1.0.3-WIP' +release = '1.0.3' # -- General configuration --------------------------------------------------- diff --git a/docs/source/major_changes.rst b/docs/source/major_changes.rst index 0435b921..91500d96 100644 --- a/docs/source/major_changes.rst +++ b/docs/source/major_changes.rst @@ -10,8 +10,8 @@ older SODAR Core version. For a complete list of changes in current and previous releases, see the :ref:`full changelog`. -v1.0.3 (WIP) -************ +v1.0.3 (2024-12-12) +******************* Release Highlights ==================