Version 5.0.4

This commit is contained in:
Aleksi Häkli 2019-05-09 19:08:26 +03:00
parent 30184e2e52
commit 56b56a5e3d
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE
2 changed files with 8 additions and 1 deletions

View file

@ -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)
------------------

View file

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