diff --git a/CHANGES.rst b/CHANGES.rst index 91fe2a7..1f6a3ca 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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. diff --git a/axes/__init__.py b/axes/__init__.py index af06388..1fa427f 100644 --- a/axes/__init__.py +++ b/axes/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.0.4' +__version__ = '5.0.5' default_app_config = 'axes.apps.AppConfig'