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 b4ff56e commit 10246dbCopy full SHA for 10246db
docs/conf.py
@@ -10,7 +10,7 @@
10
'sphinx_autodoc_typehints',
11
'myst_parser',
12
]
13
-version = release = '.'.join(map(str, aioacme.__version_tuple__[:3]))
+version = release = aioacme.__version__
14
15
templates_path = ['_templates']
16
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
0 commit comments