Skip to content

Commit

Permalink
Released 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed May 2, 2015
1 parent 314173a commit e524dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='django-two-factor-auth',
version='1.2.0-dev',
version='1.2.0',
description='Complete Two-Factor Authentication for Django',
long_description=open('README.rst').read(),
author='Bouke Haarsma',
Expand All @@ -12,7 +12,7 @@
license='MIT',
packages=find_packages(exclude=('example', 'tests')),
install_requires=[
'Django>=1.4.2,<1.8.99,!=1.5,!=1.6',
'Django>=1.4.2,<1.8.99',
'django_otp>=0.2.0,<0.2.99',
'qrcode>=4.0.0,<4.99',
],
Expand Down

0 comments on commit e524dfa

Please sign in to comment.