bump version to 0.4.1

This commit is contained in:
Ken Cochrane 2016-01-25 15:02:15 -05:00
parent 8c2d492131
commit 6a20dbf671
3 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
0.4.1
=====
minor refactor to make it easier to retrieve username.
0.4.0
=====
added ``DEFENDER_DISABLE_IP_LOCKOUT`` and added support for Python 3.5

View file

@ -22,6 +22,7 @@ Sites using Defender:
Versions
========
- 0.4.1 - minor refactor to make it easier to retrieve username.
- 0.4.0 - added ``DEFENDER_DISABLE_IP_LOCKOUT`` and added support for Python 3.5
- 0.3.2 - added ``DEFENDER_LOCK_OUT_BY_IP_AND_USERNAME``, and changed settings
to support django 1.8.

View file

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