Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
version updates for release (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
yugangw-msft authored Sep 23, 2016
1 parent 5a6b434 commit 8fa05e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# pylint: disable=wrong-import-position

__version__ = '0.4.0'
__version__ = '0.4.1'

import logging

Expand Down
2 changes: 1 addition & 1 deletion sample/device_code_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def turn_on_logging():
# {
# "tenant" : "rrandallaad1.onmicrosoft.com",
# "authorityHostUrl" : "https://login.microsoftonline.com",
# "clientId" : "",
# "clientid" : "",
# "anothertenant" : "bar.onmicrosoft.com"
# }

Expand Down
2 changes: 1 addition & 1 deletion sample/refresh_token_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def turn_on_logging():
# {
# "tenant" : "rrandallaad1.onmicrosoft.com",
# "authorityHostUrl" : "https://login.microsoftonline.com",
# "clientId" : "624ac9bd-4c1c-4687-aec8-b56a8991cfb3",
# "clientid" : "624ac9bd-4c1c-4687-aec8-b56a8991cfb3",
# "username" : "user1",
# "password" : "verySecurePassword"
# }
Expand Down

0 comments on commit 8fa05e0

Please sign in to comment.