Bump to 0.5.1 (#95)

Signed-off-by: Ken Cochrane <kencochrane@gmail.com>
This commit is contained in:
Ken Cochrane 2017-08-02 14:50:59 -04:00 committed by GitHub
parent db7a9001db
commit 5451dba099
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,8 @@
0.5.1
=====
- Middleware fix for django >= 1.10 #93 [@Temeez]
- Force the username to lowercase #90 [@MattBlack85]
0.5.0
=====
- Better support for Django 1.11 [@dukebody]

View file

@ -24,6 +24,10 @@ If you are using defender on your site, submit a PR to add to the list.
Versions
========
- 0.5.1
- Middleware fix for django >= 1.10 #93 [@Temeez]
- Force the username to lowercase #90 [@MattBlack85]
- 0.5.0
- Better support for Django 1.11 [@dukebody]
- Added support to share redis config with django.core.cache [@Franr]

View file

@ -9,7 +9,7 @@ except ImportError:
from distutils.core import setup
version = '0.5.0'
version = '0.5.1'
def get_packages(package):