From f9a8ac4e9ba18eaaee79cc08a3e14e538616e43c Mon Sep 17 00:00:00 2001 From: Adarnof Date: Wed, 28 Feb 2018 13:20:36 -0500 Subject: [PATCH] Bump version to b3 in anticipation of next release. --- allianceauth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allianceauth/__init__.py b/allianceauth/__init__.py index 5e711828..2031c58e 100644 --- a/allianceauth/__init__.py +++ b/allianceauth/__init__.py @@ -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.0b2' +__version__ = '2.0b3' NAME = 'Alliance Auth v%s' % __version__ default_app_config = 'allianceauth.apps.AllianceAuthConfig'