From 1871ee717fe55f2b21b2c902a75a48307a17cf30 Mon Sep 17 00:00:00 2001 From: vapao Date: Mon, 20 Jun 2022 16:41:39 +0800 Subject: [PATCH] U Release v3.1.6 --- 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 a22d364..4e59b3c 100644 --- a/spug_api/spug/settings.py +++ b/spug_api/spug/settings.py @@ -131,7 +131,7 @@ AUTHENTICATION_EXCLUDES = ( re.compile('/apis/.*'), ) -SPUG_VERSION = 'v3.1.5' +SPUG_VERSION = 'v3.1.6' # override default config try: diff --git a/spug_web/src/libs/index.js b/spug_web/src/libs/index.js index 77c8bba..1c47e2e 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.1.5'; +export const VERSION = 'v3.1.6';