From 7c43a16e44a5f5e1bb594d14731862d835483dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Delobelle?= Date: Thu, 25 Jan 2018 22:53:44 +0100 Subject: [PATCH] Beta release --- allauth_ens/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allauth_ens/__init__.py b/allauth_ens/__init__.py index 973d465..17fbb20 100644 --- a/allauth_ens/__init__.py +++ b/allauth_ens/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.0.0b1' +__version__ = '1.0.0b2' default_app_config = 'allauth_ens.apps.ENSAllauthConfig'