U Release v3.1.6

pull/509/head v3.1.6
vapao 2022-06-20 16:41:39 +08:00
parent 365d484007
commit 1871ee717f
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ AUTHENTICATION_EXCLUDES = (
re.compile('/apis/.*'), re.compile('/apis/.*'),
) )
SPUG_VERSION = 'v3.1.5' SPUG_VERSION = 'v3.1.6'
# override default config # override default config
try: try:

View File

@ -10,4 +10,4 @@ export * from './functools';
export * from './router'; export * from './router';
export const http = _http; export const http = _http;
export const history = _history; export const history = _history;
export const VERSION = 'v3.1.5'; export const VERSION = 'v3.1.6';