From 9ff2800556f6c5b869700c3607b48d0bca59a06d Mon Sep 17 00:00:00 2001 From: vapao Date: Wed, 3 Jun 2020 13:23:32 +0800 Subject: [PATCH] U Release v2.3.1 --- 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 1515191..41aad13 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.0' +SPUG_VERSION = 'v2.3.1' # override default config try: diff --git a/spug_web/src/libs/index.js b/spug_web/src/libs/index.js index dc42bee..8e2b9e7 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.0'; +export const VERSION = 'v2.3.1';