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

Commit 479d1d1

Browse files
committed
Add deprecation warning and update version
1 parent a5cd5a0 commit 479d1d1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

duo_web/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
import hashlib
1010
import hmac
1111
import time
12+
import warnings
13+
14+
warnings.warn("deprecated", DeprecationWarning)
1215

1316
DUO_PREFIX = 'TX'
1417
APP_PREFIX = 'APP'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='duo_web',
5-
version='1.3.0',
5+
version='1.3.1',
66
description='Duo Web SDK for two-factor authentication',
77
author='Duo Security, Inc.',
88
author_email='support@duosecurity.com',

0 commit comments

Comments
 (0)