mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Bump version
This commit is contained in:
parent
87ca98250f
commit
918f040dd7
2 changed files with 8 additions and 1 deletions
|
|
@ -1,6 +1,13 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
4.0.1 (2017-12-19)
|
||||
------------------
|
||||
|
||||
- Fixes issue when not using `AXES_USERNAME_FORM_FIELD`
|
||||
[camilonova]
|
||||
|
||||
|
||||
4.0.0 (2017-12-18)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '4.0.0'
|
||||
__version__ = '4.0.1'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue