From e18e9b0129351174576ddec227ce59a044d52c3f Mon Sep 17 00:00:00 2001 From: zyupo Date: Wed, 28 Apr 2021 16:03:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B3=BB=E7=BB=9F=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=20=20/=20=E5=85=B3=E4=BA=8E=20/=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_api/spug/settings.py | 2 +- spug_web/src/libs/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spug_api/spug/settings.py b/spug_api/spug/settings.py index 785ed0e..ed5c670 100644 --- a/spug_api/spug/settings.py +++ b/spug_api/spug/settings.py @@ -130,7 +130,7 @@ AUTHENTICATION_EXCLUDES = ( re.compile('/apis/.*'), ) -SPUG_VERSION = 'v2.3.14' +SPUG_VERSION = 'v3.0.1' # override default config try: diff --git a/spug_web/src/libs/index.js b/spug_web/src/libs/index.js index 6eee848..6fc7f4e 100644 --- a/spug_web/src/libs/index.js +++ b/spug_web/src/libs/index.js @@ -10,4 +10,4 @@ export * from './functools'; export * from './router'; export const http = _http; export const history = _history; -export const VERSION = 'v2.3.14'; +export const VERSION = 'v3.0.1';