Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use msal.__version__ in doc
  • Loading branch information
rayluo committed Dec 21, 2018
commit 8a264855a0a1da4607a9b0c0403aa2600b4663eb
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = u'Microsoft'

# The short X.Y version
version = u''
from msal import __version__ as version
# The full version, including alpha/beta/rc tags
release = u'0.1.0'
release = version


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -176,4 +176,4 @@
epub_exclude_files = ['search.html']


# -- Extension configuration -------------------------------------------------
# -- Extension configuration -------------------------------------------------