mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-18 20:41:09 +00:00
7 lines
110 B
Python
7 lines
110 B
Python
__version__ = '2.0.0'
|
|
|
|
default_app_config = "axes.apps.AppConfig"
|
|
|
|
|
|
def get_version():
|
|
return __version__
|