mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Version 4.5.4
Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
This commit is contained in:
parent
ac87ba8efb
commit
db44003a18
2 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,12 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
4.5.4 (2019-01-15)
|
||||
------------------
|
||||
|
||||
- Improve README and documentation
|
||||
[aleksihakli]
|
||||
|
||||
4.5.3 (2019-01-14)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '4.5.3'
|
||||
__version__ = '4.5.4'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue