mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
9 lines
151 B
Python
9 lines
151 B
Python
from __future__ import unicode_literals
|
|
|
|
__version__ = '4.4.0'
|
|
|
|
default_app_config = 'axes.apps.AppConfig'
|
|
|
|
|
|
def get_version():
|
|
return __version__
|