Version 4.5.3

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
This commit is contained in:
Aleksi Häkli 2019-01-14 15:25:10 +02:00
parent 60f2a8ed71
commit ee63d26f25
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE
2 changed files with 11 additions and 1 deletions

View file

@ -1,6 +1,16 @@
Changes
=======
4.5.3 (2019-01-14)
------------------
- Remove the unused ``AccessAttempt.trusted`` flag from models
[aleksihakli]
- Improve README and Travis CI setups
[aleksihakli]
4.5.2 (2019-01-12)
------------------

View file

@ -1,6 +1,6 @@
from __future__ import unicode_literals
__version__ = '4.5.2'
__version__ = '4.5.3'
default_app_config = 'axes.apps.AppConfig'