We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d587a52 commit 972a704Copy full SHA for 972a704
docs/source/conf.py
@@ -6,10 +6,12 @@
6
# -- Project information -----------------------------------------------------
7
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
8
9
+import importlib.metadata
10
+
11
project = "pytest-asyncio"
12
copyright = "2023, pytest-asyncio contributors"
13
author = "Tin Tvrtković"
-release = "v0.23.0"
14
+release = importlib.metadata.version(project)
15
16
# -- General configuration ---------------------------------------------------
17
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
0 commit comments