From bbd4db9511acacbab2e8608bb58f299a3d9fa6f9 Mon Sep 17 00:00:00 2001 From: Bouke Haarsma Date: Thu, 30 Jan 2014 16:32:47 +0100 Subject: [PATCH] Released 0.4.0 --- docs/conf.py | 4 ++-- docs/release-notes.rst | 4 ++++ setup.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4ab720d95..f306c4496 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,9 +52,9 @@ # built documents. # # The short X.Y version. -version = '0.3' +version = '0.4' # The full version, including alpha/beta/rc tags. -release = '0.3.1' +release = '0.4.0' # 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 cc3929303..54337ed7f 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -1,6 +1,10 @@ Release Notes ============= +0.4.0 +----- +* Fixed #26 -- Twilio libraries are required + 0.3.1 ----- * Fixed #25 -- Back-up tokens cannot be used for login diff --git a/setup.py b/setup.py index 9cd1f58d1..4bddad792 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='django-two-factor-auth', - version='0.3.1', + version='0.4.0', description='Complete Two-Factor Authentication for Django', long_description=open('README.rst').read(), author='Bouke Haarsma',