Skip to content

Commit

Permalink
Bump to 0.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Cochrane <kencochrane@gmail.com>
  • Loading branch information
kencochrane committed Aug 2, 2017
1 parent db7a900 commit 0bce1e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from distutils.core import setup


version = '0.5.0'
version = '0.5.1'


def get_packages(package):
Expand Down

0 comments on commit 0bce1e8

Please sign in to comment.