Version 5.0.11

This commit is contained in:
Aleksi Häkli 2019-07-25 17:18:02 +03:00
parent 9903a9d592
commit 94c98178ea
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE
2 changed files with 9 additions and 2 deletions

View file

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

View file

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