From a329cf5a9027640aa68cb766240016fa3072ab03 Mon Sep 17 00:00:00 2001 From: vapao Date: Thu, 23 Nov 2023 19:47:21 +0800 Subject: [PATCH] # Release v3.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 4b5b3eed..9a70d2f9 100644 --- a/spug_api/spug/settings.py +++ b/spug_api/spug/settings.py @@ -133,7 +133,7 @@ re.compile('/apis/.*'), ) -SPUG_VERSION = 'v3.3.0' +SPUG_VERSION = 'v3.3.1' # override default config try: diff --git a/spug_web/src/libs/index.js b/spug_web/src/libs/index.js index a47eb355..0227d0eb 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.3.0'; +export const VERSION = 'v3.3.1';