We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e8df9 commit f5baceaCopy full SHA for f5bacea
docs/source/conf.py
@@ -1,5 +1,6 @@
1
import logging
2
import labthings_fastapi
3
+import importlib.metadata
4
5
# Configuration file for the Sphinx documentation builder.
6
#
@@ -12,7 +13,7 @@
12
13
project = "labthings-fastapi"
14
copyright = "2024, Richard Bowman"
15
author = "Richard Bowman"
-release = "0.0.10"
16
+release = importlib.metadata.version("labthings-fastapi")
17
18
# -- General configuration ---------------------------------------------------
19
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
0 commit comments