From 2b4ee1d63ce3d4fdd24f7fc0ecc04ed35ffcd04f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Thu, 20 Feb 2025 08:27:38 +0100 Subject: [PATCH] Release 0.1.0 --- README.md | 1 + docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 10498a4..b88fc8e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Documentation Status](https://readthedocs.org/projects/ostrails-docs/badge/?version=latest)](https://docs.ostrails.eu) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](./CODE_OF_CONDUCT.md) +![GitHub Release](https://img.shields.io/github/v/release/OSTrails/docs) ## Usage diff --git a/docs/conf.py b/docs/conf.py index b0738bf..22b6083 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'OSTrails' -release = '0.1' +release = '0.1.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration