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

Commit

Permalink
Merge pull request #64 from AzureAD/release-0.4.4
Browse files Browse the repository at this point in the history
Release 0.4.4
  • Loading branch information
rayluo authored Jan 10, 2017
2 parents a6360a3 + 9a4a939 commit 32db136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3'
__version__ = '0.4.4'

import logging

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
packages=['adal'],
install_requires=[
'PyJWT>=1.0.0',
'requests>=2.0.0,!=2.12.*',
'requests>=2.0.0',
'python-dateutil>=2.1.0',
'cryptography>=1.1.0'
]
Expand Down

0 comments on commit 32db136

Please sign in to comment.