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 c2574b5 commit 8a26485Copy full SHA for 8a26485
docs/conf.py
@@ -24,9 +24,9 @@
24
author = u'Microsoft'
25
26
# The short X.Y version
27
-version = u''
+from msal import __version__ as version
28
# The full version, including alpha/beta/rc tags
29
-release = u'0.1.0'
+release = version
30
31
32
# -- General configuration ---------------------------------------------------
@@ -176,4 +176,4 @@
176
epub_exclude_files = ['search.html']
177
178
179
-# -- Extension configuration -------------------------------------------------
+# -- Extension configuration -------------------------------------------------
0 commit comments