From 31c944289da0eec7148279d7ada61553dbb61f9e Mon Sep 17 00:00:00 2001 From: Waheed Ahmed Date: Thu, 4 Jan 2018 14:57:00 +0500 Subject: [PATCH] Updated version to 1.1.3. --- auth_backends/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth_backends/__init__.py b/auth_backends/__init__.py index 327dda52..b4df6387 100644 --- a/auth_backends/__init__.py +++ b/auth_backends/__init__.py @@ -3,4 +3,4 @@ These package is designed to be used primarily with Open edX Django projects, but should be compatible with non-edX projects as well. """ -__version__ = '1.1.2' # pragma: no cover +__version__ = '1.1.3' # pragma: no cover