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
e34f04b201
commit
764381b5ec
2 changed files with 8 additions and 1 deletions
|
|
@ -1,6 +1,13 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
4.4.0 (2018-05-26)
|
||||
------------------
|
||||
|
||||
- Added AXES_USERNAME_CALLABLE
|
||||
[jaadus]
|
||||
|
||||
|
||||
4.3.1 (2018-04-21)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '4.3.1'
|
||||
__version__ = '4.4.0'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue