diff --git a/CHANGES.rst b/CHANGES.rst index b23b5ae..170fd56 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) ------------------ diff --git a/axes/__init__.py b/axes/__init__.py index 1e21d08..2783376 100644 --- a/axes/__init__.py +++ b/axes/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.0.9' +__version__ = '5.0.10' default_app_config = 'axes.apps.AppConfig'