Bump version

This commit is contained in:
Camilo Nova 2017-12-19 08:19:41 -05:00
parent 87ca98250f
commit 918f040dd7
2 changed files with 8 additions and 1 deletions

View file

@ -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)
------------------

View file

@ -1,4 +1,4 @@
__version__ = '4.0.0'
__version__ = '4.0.1'
default_app_config = 'axes.apps.AppConfig'