From 56b56a5e3d3a8490fbdbec0e2f3164697cbdef6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Thu, 9 May 2019 19:08:26 +0300 Subject: [PATCH] Version 5.0.4 --- CHANGES.rst | 7 +++++++ axes/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index dd8d533..8ccd220 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,13 @@ Changes ======= +5.0.4 (2019-05-09) +------------------ + +- Fix regression with OAuth2 authentication backends not having remote + IP addresses set and throwing an exception in cache key calculation. + + 5.0.3 (2019-05-08) ------------------ diff --git a/axes/__init__.py b/axes/__init__.py index 5007281..af06388 100644 --- a/axes/__init__.py +++ b/axes/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.0.3' +__version__ = '5.0.4' default_app_config = 'axes.apps.AppConfig'