From 5d3360bff5da4c4e585f0f15823a47c9f961a852 Mon Sep 17 00:00:00 2001 From: vapao Date: Tue, 15 Sep 2020 09:32:54 +0800 Subject: [PATCH] U Release v2.3.10 --- 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 bd1c005..7c87c1d 100644 --- a/spug_api/spug/settings.py +++ b/spug_api/spug/settings.py @@ -123,7 +123,7 @@ AUTHENTICATION_EXCLUDES = ( re.compile('/apis/.*'), ) -SPUG_VERSION = 'v2.3.9' +SPUG_VERSION = 'v2.3.10' # override default config try: diff --git a/spug_web/src/libs/index.js b/spug_web/src/libs/index.js index bfcac73..eb631cd 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.9'; +export const VERSION = 'v2.3.10';