From 3c3889b8e5edabf078cdde04edaf0f8448914fa7 Mon Sep 17 00:00:00 2001 From: vapao Date: Wed, 1 Apr 2020 10:54:16 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E6=9B=B4=E6=96=B0=20v2.2.2?= 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 83d1681e..819f643f 100644 --- a/spug_api/spug/settings.py +++ b/spug_api/spug/settings.py @@ -121,7 +121,7 @@ re.compile('/apis/.*'), ) -SPUG_VERSION = 'v2.2.1' +SPUG_VERSION = 'v2.2.2' # override default config try: