mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
7 lines
110 B
Python
7 lines
110 B
Python
__version__ = '5.0.7'
|
|
|
|
default_app_config = 'axes.apps.AppConfig'
|
|
|
|
|
|
def get_version():
|
|
return __version__
|