From 85c6a46bd3b39ef33c4a6d9b793b4c5a43efba65 Mon Sep 17 00:00:00 2001 From: vapao Date: Tue, 7 Apr 2020 11:00:47 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E6=9B=B4=E6=96=B0=20v2.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_api/spug/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spug_api/spug/settings.py b/spug_api/spug/settings.py index 819f643..d9850be 100644 --- a/spug_api/spug/settings.py +++ b/spug_api/spug/settings.py @@ -121,7 +121,7 @@ AUTHENTICATION_EXCLUDES = ( re.compile('/apis/.*'), ) -SPUG_VERSION = 'v2.2.2' +SPUG_VERSION = 'v2.2.3' # override default config try: