From 94c98178eac2da3bc0e4dc39830a5a98882a8175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Thu, 25 Jul 2019 17:18:02 +0300 Subject: [PATCH] Version 5.0.11 --- CHANGES.rst | 9 ++++++++- axes/__init__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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'