diff --git a/CHANGES.rst b/CHANGES.rst index 170fd56..a98401f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,8 +3,15 @@ Changes ======= +5.0.11 (2019-07-25) +------------------- + +- Fix typo in rST formatting that prevented 5.0.10 release to PyPI. + [aleksihakli] + + 5.0.10 (2019-07-25) ------------------- +------------------- - Refactor type checks for ``axes.helpers.get_client_cache_key`` for framework compatibility, fixes #471. diff --git a/axes/__init__.py b/axes/__init__.py index 2783376..40c80f4 100644 --- a/axes/__init__.py +++ b/axes/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.0.10' +__version__ = '5.0.11' default_app_config = 'axes.apps.AppConfig'