From 6230416015272c5fae0d1a0e2dc9189c20f55d0e Mon Sep 17 00:00:00 2001 From: vapao Date: Sat, 12 Mar 2022 11:28:27 +0800 Subject: [PATCH] U Release v3.0.5 --- 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 eba0acc..283a04e 100644 --- a/spug_api/spug/settings.py +++ b/spug_api/spug/settings.py @@ -131,7 +131,7 @@ AUTHENTICATION_EXCLUDES = ( re.compile('/apis/.*'), ) -SPUG_VERSION = 'v3.0.4' +SPUG_VERSION = 'v3.0.5' # override default config try: diff --git a/spug_web/src/libs/index.js b/spug_web/src/libs/index.js index 14fa597..2d319d6 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 = 'v3.0.4'; +export const VERSION = 'v3.0.5';