mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 06:20:16 +02:00
5 lines
105 B
Python
5 lines
105 B
Python
from __future__ import unicode_literals
|
|
|
|
__version__ = '1.14.1'
|
|
NAME = 'Alliance Auth v%s' % __version__
|