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