Skip to content

Commit

Permalink
Released 1.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed Jun 4, 2014
1 parent 02ee37b commit eba1cc2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Contributors:

* Agris Ameriks
* Artur Barseghyan
* Vitor M. A. da Cruz
* Edward D'Souza
* Daniel Hall
* Christian Hammond
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
@@ -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
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='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',
Expand Down

0 comments on commit eba1cc2

Please sign in to comment.