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 -1
View File
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
[project]
requires-python = ">= 3.9"
name = "python3-damaris"
version = "0.19"
dynamic = ["version"]
description = "Python version 3 frontend for DAMARIS (DArmstadt MAgnetic Resonance Instrument Software)"
license = {text = "GPL-2.0"}
keywords = ["NMR", "data-processing"]
@@ -41,6 +41,9 @@ where = ["src"]
[tool.setuptools.package-data]
"damaris.gui" = ["DAMARIS3.png", "DAMARIS3.ico", "damaris.xml", "python.xml", "damaris3.glade"]
[tool.setuptools.dynamic]
version = {attr = "damaris.__version__"}
[tool.setuptools.data-files]
"share/python3-damaris/images" = ["src/damaris/gui/DAMARIS3.png", "src/damaris/gui/DAMARIS3.ico"]
#"share/python3-damaris/doc" = ["doc/index.html"]