Version 5.0.10

This commit is contained in:
Aleksi Häkli 2019-07-25 16:11:21 +03:00
parent 44b1911a1c
commit 9903a9d592
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE
2 changed files with 9 additions and 1 deletions

View file

@ -3,6 +3,14 @@ Changes
=======
5.0.10 (2019-07-25)
------------------
- Refactor type checks for ``axes.helpers.get_client_cache_key``
for framework compatibility, fixes #471.
[aleksihakli]
5.0.9 (2019-07-11)
------------------

View file

@ -1,4 +1,4 @@
__version__ = '5.0.9'
__version__ = '5.0.10'
default_app_config = 'axes.apps.AppConfig'