From d512e808387589d82e91cfbb7e77a2fb29277be2 Mon Sep 17 00:00:00 2001 From: vapao Date: Sun, 9 May 2021 23:50:40 +0800 Subject: [PATCH] Release v2.3.16 --- 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 fcc91282..3e55606a 100644 --- a/spug_api/spug/settings.py +++ b/spug_api/spug/settings.py @@ -123,7 +123,7 @@ re.compile('/apis/.*'), ) -SPUG_VERSION = 'v2.3.15' +SPUG_VERSION = 'v2.3.16' # override default config try: diff --git a/spug_web/src/libs/index.js b/spug_web/src/libs/index.js index 2b542b43..1bd22de7 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.15'; +export const VERSION = 'v2.3.16';