mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
6 lines
74 B
Python
6 lines
74 B
Python
|
|
VERSION = (1, 3, 3)
|
|
|
|
|
|
def get_version():
|
|
return '%s.%s.%s' % VERSION
|