Version bump to 2.0

This commit is contained in:
Adarnof
2018-04-21 20:44:15 -04:00
parent cbe67e9ebc
commit 507eda8a7d
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
# This will make sure the app is always imported when
# Django starts so that shared_task will use this app.
__version__ = '2.0b3'
__version__ = '2.0.0'
NAME = 'Alliance Auth v%s' % __version__
default_app_config = 'allianceauth.apps.AllianceAuthConfig'