Version 5.0.12

This commit is contained in:
Aleksi Häkli 2019-08-05 22:04:42 +03:00
parent 99a5405b1a
commit 00a7b880a3
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE
2 changed files with 8 additions and 1 deletions

View file

@ -3,6 +3,13 @@ Changes
=======
5.0.12 (2019-08-05)
-------------------
- Support callables for ``AXES_COOLOFF_TIME`` setting.
[DariaPlotnikova]
5.0.11 (2019-07-25)
-------------------

View file

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