Version 5.0.9

This commit is contained in:
Aleksi Häkli 2019-07-11 15:50:16 +02:00
parent d8c6632384
commit 9f75d0d426
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE
2 changed files with 12 additions and 1 deletions

View file

@ -3,6 +3,17 @@ Changes
=======
5.0.9 (2019-07-11)
------------------
- Add better handling for attempt and log resets by moving them
into handlers which allows customization and more configurability.
Unimplemented handlers raise ``NotImplementedError`` by default.
[aleksihakli]
- Add Python 3.8 dev version and PyPy to the Travis test matrix.
[aleksihakli]
5.0.8 (2019-07-09)
------------------

View file

@ -1,4 +1,4 @@
__version__ = '5.0.8'
__version__ = '5.0.9'
default_app_config = 'axes.apps.AppConfig'