Unified versioning information and bumped version to 0.20.
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:
+4
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user