From 52cf21655152ba4d28ac1ee7f22947bd2e58231a Mon Sep 17 00:00:00 2001 From: vapao Date: Tue, 20 Oct 2020 00:05:26 +0800 Subject: [PATCH] U Release v2.3.13 --- 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 98383b2..ef855f4 100644 --- a/spug_api/spug/settings.py +++ b/spug_api/spug/settings.py @@ -123,7 +123,7 @@ AUTHENTICATION_EXCLUDES = ( re.compile('/apis/.*'), ) -SPUG_VERSION = 'v2.3.12' +SPUG_VERSION = 'v2.3.13' # override default config try: diff --git a/spug_web/src/libs/index.js b/spug_web/src/libs/index.js index 900daf5..7f88198 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.12'; +export const VERSION = 'v2.3.13';