Skip to content

Commit

Permalink
Released 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed Jan 19, 2014
1 parent ae43d7c commit 404c65c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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 = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.0'
release = '0.3.1'

# 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
=============

0.3.1
-----
* Fixed #25 -- Back-up tokens cannot be used for login

0.3.0
-----
* #18 -- Optionally enforce OTP for admin views.
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='0.3.0',
version='0.3.1',
description='Complete Two-Factor Authentication for Django',
long_description=open('README.rst').read(),
author='Bouke Haarsma',
Expand Down

0 comments on commit 404c65c

Please sign in to comment.