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 #232 from AzureAD/release-1.2.4
Browse files Browse the repository at this point in the history
ADAL Python 1.2.4
  • Loading branch information
abhidnya13 authored Jun 5, 2020
2 parents f840cac + 621a8fb commit 2471809
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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__ = '1.2.3'
__version__ = '1.2.4'

import logging

Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
universal=1

[metadata]
description-file = README.md
long_description = file: README.md
long_description_content_type = text/markdown
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,18 @@
setup(
name='adal',
version=__version__,
description=('The ADAL for Python library makes it easy for python ' +
description=('Note: This library is already replaced by MSAL Python, ' +
'available here: https://pypi.org/project/msal/ .' +
'ADAL Python remains available here as a legacy. ' +
'The ADAL for Python library makes it easy for python ' +
'application to authenticate to Azure Active Directory ' +
'(AAD) in order to access AAD protected web resources.'),
license='MIT',
author='Microsoft Corporation',
author_email='[email protected]',
url='https://github.com/AzureAD/azure-activedirectory-library-for-python',
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 6 - Mature',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
Expand Down

0 comments on commit 2471809

Please sign in to comment.