Release v2.3.17

pull/365/head v2.3.17
vapao 2021-07-11 17:33:34 +08:00
parent fdfa7d811c
commit 88ebd46e47
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ AUTHENTICATION_EXCLUDES = (
re.compile('/apis/.*'),
)
SPUG_VERSION = 'v2.3.16'
SPUG_VERSION = 'v2.3.17'
# override default config
try:

View File

@ -10,4 +10,4 @@ export * from './functools';
export * from './router';
export const http = _http;
export const history = _history;
export const VERSION = 'v2.3.16';
export const VERSION = 'v2.3.17';