mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-11 21:40:17 +02:00
5 lines
103 B
Python
5 lines
103 B
Python
from __future__ import unicode_literals
|
|
|
|
__version__ = '1.13'
|
|
NAME = 'Alliance Auth v%s' % __version__
|