Bump version

This commit is contained in:
Camilo Nova 2018-05-26 11:40:46 -05:00
parent e34f04b201
commit 764381b5ec
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,13 @@
Changes
=======
4.4.0 (2018-05-26)
------------------
- Added AXES_USERNAME_CALLABLE
[jaadus]
4.3.1 (2018-04-21)
------------------

View file

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