From c5b55283d181eedb983d22066ecdccccbb83cd97 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Wed, 19 Jul 2017 22:07:36 -0400 Subject: [PATCH] Version bump to v1.15.3 --- 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 d6f56a59..c2bcb772 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.2' +__version__ = '1.15.3' NAME = 'Alliance Auth v%s' % __version__