From de47e9487049f6ded4d6cd48e5682e8066519aca Mon Sep 17 00:00:00 2001 From: Basraah Date: Tue, 28 Feb 2017 11:39:25 +1000 Subject: [PATCH] Version bump to 1.15.1 --- 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 4fbf5773..0ee627f0 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.0' +__version__ = '1.15.1' NAME = 'Alliance Auth v%s' % __version__