Version 5.0.5

This commit is contained in:
Aleksi Häkli 2019-05-19 18:22:20 +03:00 committed by Aleksi Häkli
parent a151b9c8e2
commit 26cc41b689
2 changed files with 3 additions and 3 deletions

View file

@ -2,8 +2,8 @@
Changes
=======
5.0.5 (WIP)
-----------
5.0.5 (2019-05-19)
------------------
- Change the lockout response calculation to request flagging
instead of exception throwing in the signal handler and middleware.

View file

@ -1,4 +1,4 @@
__version__ = '5.0.4'
__version__ = '5.0.5'
default_app_config = 'axes.apps.AppConfig'