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