Unified versioning information and bumped version to 0.20.
Build Debian Packages / build (trixie, debian13) (push) Successful in 13m44s
Build Debian Packages / build (bookworm, debian12) (push) Successful in 13m54s
Build Debian Packages / build (bullseye, debian11) (push) Has been cancelled

Now we only need to change src/damaris/__init__.py and use dch -v
$VERSION to make a new version.
This commit is contained in:
2026-07-04 16:36:29 +02:00
parent efb15606c6
commit 25217f73fe
6 changed files with 19 additions and 7 deletions
+4 -3
View File
@@ -3,7 +3,8 @@
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
import sys,os
#sys.path.insert(0, os.path.abspath('../src'))
sys.path.insert(0, os.path.abspath('../src'))
import damaris
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
@@ -12,8 +13,8 @@ project = 'DAMARIS'
copyright = '2026, Markus Rosenstihl'
author = 'Markus Rosenstihl'
version = '0.19'
release = '0.19'
version = damaris.__version__
release = damaris.__version__
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration