Skip to content

Commit

Permalink
Merge pull request #54 from kencochrane/version_0.4.1
Browse files Browse the repository at this point in the history
bump version to 0.4.1
  • Loading branch information
kencochrane committed Jan 25, 2016
2 parents 8c2d492 + 6a20dbf commit 57ce00c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.4.0'
version = '0.4.1'


def get_packages(package):
Expand Down

0 comments on commit 57ce00c

Please sign in to comment.