From 4a6e080149ca32ab3f9171e5a05e06d0df3544d2 Mon Sep 17 00:00:00 2001 From: vapao Date: Sat, 4 Jul 2020 23:09:36 +0800 Subject: [PATCH] U Release v2.3.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 a7fdd18..56dee3e 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.4' +SPUG_VERSION = 'v2.3.5' # override default config try: diff --git a/spug_web/src/libs/index.js b/spug_web/src/libs/index.js index d063b96..1471b85 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.4'; +export const VERSION = 'v2.3.5';