Version 4.5.4

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

View file

@ -1,6 +1,12 @@
Changes
=======
4.5.4 (2019-01-15)
------------------
- Improve README and documentation
[aleksihakli]
4.5.3 (2019-01-14)
------------------

View file

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