Skip to content

Commit 8a26485

Browse files
committed
Use msal.__version__ in doc
1 parent c2574b5 commit 8a26485

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = u'Microsoft'
2525

2626
# The short X.Y version
27-
version = u''
27+
from msal import __version__ as version
2828
# The full version, including alpha/beta/rc tags
29-
release = u'0.1.0'
29+
release = version
3030

3131

3232
# -- General configuration ---------------------------------------------------
@@ -176,4 +176,4 @@
176176
epub_exclude_files = ['search.html']
177177

178178

179-
# -- Extension configuration -------------------------------------------------
179+
# -- Extension configuration -------------------------------------------------

0 commit comments

Comments
 (0)