Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Add deprecation warning and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo committed Jul 18, 2022
1 parent a5cd5a0 commit 479d1d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions duo_web/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
import hashlib
import hmac
import time
import warnings

warnings.warn("deprecated", DeprecationWarning)

DUO_PREFIX = 'TX'
APP_PREFIX = 'APP'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='duo_web',
version='1.3.0',
version='1.3.1',
description='Duo Web SDK for two-factor authentication',
author='Duo Security, Inc.',
author_email='support@duosecurity.com',
Expand Down

0 comments on commit 479d1d1

Please sign in to comment.