Release 1.5.0

This commit is contained in:
Alex Clark 2015-09-11 11:21:06 -04:00
parent 697147b46f
commit a267c97058
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,12 @@
Changes
=======
1.5.0 (2015-09-11)
------------------
- Fix #_get_user_attempts to include username when filtering AccessAttempts if AXES_LOCK_OUT_BY_COMBINATION_USER_AND_IP is True
[afioca]
1.4.0 (2015-08-09)
------------------

View file

@ -4,7 +4,7 @@
import os
from setuptools import setup, find_packages
VERSION = '1.4.0'
VERSION = '1.5.0'
setup(
name='django-axes',