From 04c5136ccf956abf13241da1a4d8848718a37528 Mon Sep 17 00:00:00 2001 From: Renzo Lucioni Date: Fri, 29 Apr 2016 14:58:14 -0400 Subject: [PATCH] Bump package version to 0.2.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 275e177f..0610a1a3 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__ = '0.2.1' # pragma: no cover +__version__ = '0.2.3' # pragma: no cover