From eba1cc21c73bd6d3c56812007fdee0b93b6e9dab Mon Sep 17 00:00:00 2001 From: Bouke Haarsma Date: Wed, 4 Jun 2014 21:51:46 +0200 Subject: [PATCH] Released 1.0.0-beta2 --- CONTRIBUTORS.rst | 1 + docs/conf.py | 2 +- docs/release-notes.rst | 4 ++++ setup.py | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 9a5754414..aefa651ee 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -6,6 +6,7 @@ Contributors: * Agris Ameriks * Artur Barseghyan +* Vitor M. A. da Cruz * Edward D'Souza * Daniel Hall * Christian Hammond diff --git a/docs/conf.py b/docs/conf.py index c46d55023..3f145ba91 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.0-beta1' +release = '1.0.0-beta2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 2146856ae..30be0f550 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -1,6 +1,10 @@ Release Notes ============= +1.0.0-beta2 +----------- +* Fixed #60 -- Always cast the token to an int before verification + 1.0.0-beta1 ----------- * Support for Django 1.7 diff --git a/setup.py b/setup.py index 69f7caec8..b58586b39 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='django-two-factor-auth', - version='1.0.0-beta1', + version='1.0.0-beta2', description='Complete Two-Factor Authentication for Django', long_description=open('README.rst').read(), author='Bouke Haarsma',