From 26cc41b68927e4044674f4e2ef87057c30663df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20Ha=CC=88kli?= Date: Sun, 19 May 2019 18:22:20 +0300 Subject: [PATCH] Version 5.0.5 --- CHANGES.rst | 4 ++-- axes/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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'