From a02e5f400a3b3a9779c066f43e19f4b7c308d2e3 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Tue, 3 Oct 2017 22:37:56 -0400 Subject: [PATCH] Version bump to v1.15.5 --- alliance_auth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alliance_auth/__init__.py b/alliance_auth/__init__.py index 18e6afd5..66d8102e 100644 --- a/alliance_auth/__init__.py +++ b/alliance_auth/__init__.py @@ -4,5 +4,5 @@ from __future__ import absolute_import, unicode_literals # Django starts so that shared_task will use this app. from .celeryapp import app as celery_app # noqa -__version__ = '1.15.4' +__version__ = '1.15.5' NAME = 'Alliance Auth v%s' % __version__