From 3ac3a6b152fc56aeae6c07aeab4230baded76992 Mon Sep 17 00:00:00 2001 From: vapao Date: Thu, 27 Aug 2020 09:33:45 +0800 Subject: [PATCH] U Release v2.3.9 --- 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 4703b20..051a033 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.8' +SPUG_VERSION = 'v2.3.9' # override default config try: diff --git a/spug_web/src/libs/index.js b/spug_web/src/libs/index.js index 4a07165..bfcac73 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.8'; +export const VERSION = 'v2.3.9';