From 9e14c182ffe0d6994b89fa2a9facc2867cab5eeb Mon Sep 17 00:00:00 2001 From: vapao Date: Tue, 6 Jul 2021 09:51:13 +0800 Subject: [PATCH] Release v3.0.1-beta.4 --- 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 625461a..3aa916f 100644 --- a/spug_api/spug/settings.py +++ b/spug_api/spug/settings.py @@ -130,7 +130,7 @@ AUTHENTICATION_EXCLUDES = ( re.compile('/apis/.*'), ) -SPUG_VERSION = 'v3.0.1-beta.3' +SPUG_VERSION = 'v3.0.1-beta.4' # override default config try: diff --git a/spug_web/src/libs/index.js b/spug_web/src/libs/index.js index bbaa1b7..ac5fb80 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.1-beta.3'; +export const VERSION = 'v3.0.1-beta.4';