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 c886182 commit b9f8f7cCopy full SHA for b9f8f7c
docs/source/conf.py
@@ -39,7 +39,7 @@
39
# This method of getting the release from the version goes hand in hand with
40
# the ``post-release`` versioning scheme chosen in the ``setuptools-scm``
41
# configuration.
42
-release = version.split(".post")[0]
+release = version.split(sep=".post")[0]
43
44
45
project_metadata = importlib.metadata.metadata(distribution_name=project)
0 commit comments