From 7ce47547ba73073c7de760fe9efd75281113cd47 Mon Sep 17 00:00:00 2001 From: Basraah Date: Sun, 12 Feb 2017 19:27:26 +1000 Subject: [PATCH] Version bump --- 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 31e88851..f2e7b6e3 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-alpha' +__version__ = '1.15-rc1' NAME = 'Alliance Auth v%s' % __version__