From b7646bb243a01522281a14f4e6dcf44760f4df8b Mon Sep 17 00:00:00 2001 From: vapao Date: Mon, 15 Jun 2020 18:00:05 +0800 Subject: [PATCH] U Release v2.3.3 --- 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 5e6b15a..06001f3 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.3.2' +SPUG_VERSION = 'v2.3.3' # override default config try: diff --git a/spug_web/src/libs/index.js b/spug_web/src/libs/index.js index 30c94a7..a8e5b04 100644 --- a/spug_web/src/libs/index.js +++ b/spug_web/src/libs/index.js @@ -8,4 +8,4 @@ import _http from './http'; export * from './functools'; export * from './router'; export const http = _http; -export const VERSION = 'v2.3.2'; +export const VERSION = 'v2.3.3';